Some things don't compile on ia64 and sparc64 yet.
This commit is contained in:
parent
f01730b279
commit
28def05c25
@ -1,6 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= csu libdialog libgcc libregex libreadline
|
||||
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
|
||||
SUBDIR+= csu libgcc
|
||||
NO_CXX= yes
|
||||
NO_OBJC=yes
|
||||
NO_FORTRAN=yes
|
||||
.endif
|
||||
|
||||
SUBDIR+= libdialog libregex libreadline
|
||||
|
||||
.if ${OBJFORMAT} == aout
|
||||
.if !defined(NOLIBC_R)
|
||||
|
@ -53,7 +53,6 @@ SUBDIR= apply \
|
||||
fsync \
|
||||
ftp \
|
||||
gencat \
|
||||
getconf \
|
||||
getopt \
|
||||
gprof \
|
||||
head \
|
||||
@ -232,9 +231,13 @@ SUBDIR+=ar \
|
||||
SUBDIR+=uac
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
# Things which don't compile on new platforms yet:
|
||||
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "ia64"
|
||||
SUBDIR+=xlint
|
||||
.endif
|
||||
.if ${MACHINE_ARCH} != "sparc64"
|
||||
SUBDIR+=getconf
|
||||
.endif
|
||||
|
||||
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
SUBDIR+=chkey newkey
|
||||
|
Loading…
Reference in New Issue
Block a user