[klibc] [klibc 15/43] Default KLIBCARCH ?= $(ARCH)

H. Peter Anvin hpa at zytor.com
Sun Jun 25 17:58:02 PDT 2006


Special cases, like powerpc, can be handled in arch/*/Makefile.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
commit 060ee84166196f97abcb34bd6af7df1cfc677578
tree 2863d14dc1c27d4ab152a1b0eae96c956b97e1ea
parent 161e1dc16ec1129b30b634a2a8dcbbd1937800c5
author H. Peter Anvin <hpa at zytor.com> Mon, 22 May 2006 14:39:39 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 18 Jun 2006 18:52:08 -0700

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ea1bae0..c550270 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ # Architecture as present in compile.h
 UTS_MACHINE	:= $(ARCH)
 
 # Architecture used to compile user-space code
-KLIBCARCH	?= $(subst powerpc,ppc,$(ARCH))
+KLIBCARCH	?= $(ARCH)
 
 # klibc definitions
 export KLIBCINC := usr/include



More information about the klibc mailing list