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:
Peter Wemm 2004-05-18 18:05:19 +00:00
parent 47afd1f81e
commit f7dd47a8d1
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -44,6 +44,9 @@
#if __alpha__
# include "alpha.h"
#endif
#if __amd64__
# include "amd64.h"
#endif
#if __arm__
# include "arm.h"
#endif