mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build lint(1) on ia64.
This commit is contained in:
parent
8d3e35d805
commit
c219b2ef38
1 changed files with 1 additions and 6 deletions
|
|
@ -7,12 +7,6 @@
|
|||
# Moved to secure: bdes
|
||||
#
|
||||
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
_xlint= xlint
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "amd64"
|
||||
.if !defined(NO_TOOLCHAIN)
|
||||
_gprof= gprof
|
||||
|
|
@ -24,6 +18,7 @@ _truss= truss
|
|||
_c89= c89
|
||||
_c99= c99
|
||||
_lex= lex
|
||||
_xlint= xlint
|
||||
_yacc= yacc
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue