Don't build csu or libgcc on sparc64 for the time being.

This commit is contained in:
John Baldwin 2002-01-03 19:57:35 +00:00
parent 8c7911ebe2
commit 7855d28a28

View File

@ -1,6 +1,10 @@
# $FreeBSD$
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR= libdialog libregex libreadline
.else
SUBDIR= csu libdialog libgcc libregex libreadline
.endif
.if ${OBJFORMAT} == aout
.if !defined(NOLIBC_R)