mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Truss and gprof doesn't build for MIPS.
This commit is contained in:
parent
db6fc08364
commit
668dbd57c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182619
1 changed files with 3 additions and 1 deletions
|
@ -233,7 +233,7 @@ SUBDIR= alias \
|
|||
${_ypmatch} \
|
||||
${_ypwhich}
|
||||
|
||||
.if ${MACHINE_ARCH} != "arm"
|
||||
.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
|
||||
_truss= truss
|
||||
.endif
|
||||
|
||||
|
@ -299,7 +299,9 @@ _vacation= vacation
|
|||
_ar= ar
|
||||
_c89= c89
|
||||
_c99= c99
|
||||
.if ${MACHINE_ARCH} != "mips"
|
||||
_gprof= gprof
|
||||
.endif
|
||||
_lex= lex
|
||||
_xlint= xlint
|
||||
_yacc= yacc
|
||||
|
|
Loading…
Reference in a new issue