1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Unbreak world (missing .else)

Submitted by:   fenner
Pointy hat to:  obrien
This commit is contained in:
Peter Wemm 2002-04-08 22:56:28 +00:00
parent 93e293bff0
commit 9d04791265
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94244

View File

@ -2,6 +2,7 @@
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
SUBDIR+= csu libgcc
.else
NO_CXX= yes
NO_OBJC=yes
NO_FORTRAN=yes