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

This commit is contained in:
obrien 2004-06-17 02:59:53 +00:00
parent db5f76ac79
commit a8626d1103

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.