Some things don't compile on ia64 and sparc64 yet.

This commit is contained in:
David E. O'Brien 2002-04-08 20:36:39 +00:00
parent f01730b279
commit 28def05c25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94231
2 changed files with 13 additions and 3 deletions

View File

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

View File

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