Build/install gprof on amd64 as well, after repocopying the MD bits.
Not that it has anything to process yet, but that comes next.
This commit is contained in:
parent
47afd1f81e
commit
f7dd47a8d1
@ -252,7 +252,7 @@ _vacation= vacation
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
_c89= c89
|
||||
_c99= c99
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
|
||||
.if ${MACHINE_ARCH} != "powerpc"
|
||||
_gprof= gprof
|
||||
.endif
|
||||
_lex= lex
|
||||
|
@ -44,6 +44,9 @@
|
||||
#if __alpha__
|
||||
# include "alpha.h"
|
||||
#endif
|
||||
#if __amd64__
|
||||
# include "amd64.h"
|
||||
#endif
|
||||
#if __arm__
|
||||
# include "arm.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user