Fall out from Binutils 2.15: disable building the Alpha loader.
This commit is contained in:
parent
db5f76ac79
commit
a8626d1103
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user