Fall out from Binutils 2.15: disable building the Alpha loader.

This commit is contained in:
David E. O'Brien 2004-06-17 02:59:53 +00:00
parent 6cca5e3463
commit f1e3e1c78f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130621

View File

@ -62,7 +62,10 @@ SUBDIR+=secure
.if !defined(NOSHARE)
SUBDIR+=share
.endif
SUBDIR+=sys usr.bin usr.sbin etc
.if ${TARGET_ARCH} == "alpha"
SUBDIR+=sys
.endif
SUBDIR+=usr.bin usr.sbin etc
# These are last, since it is nice to at least get the base system
# rebuilt before you do them.