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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88854

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)