From f1e3e1c78f17330f70b668cdeabc0402bea602e8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 17 Jun 2004 02:59:53 +0000 Subject: [PATCH] Fall out from Binutils 2.15: disable building the Alpha loader. --- Makefile.inc1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index feb2f1c6baf1..567f9d55cf9e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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.