aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-05-22 14:39:39 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-06-18 18:52:08 -0700
commit060ee84166196f97abcb34bd6af7df1cfc677578 (patch)
tree2863d14dc1c27d4ab152a1b0eae96c956b97e1ea /Makefile
parent161e1dc16ec1129b30b634a2a8dcbbd1937800c5 (diff)
downloadlinux-2.6-klibc-060ee84166196f97abcb34bd6af7df1cfc677578.tar.gz
[klibc] Default KLIBCARCH ?= $(ARCH)
Special cases, like powerpc, can be handled in arch/*/Makefile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea1bae00ff6bf3..c550270fde1d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -179,7 +179,7 @@ CROSS_COMPILE ?=
UTS_MACHINE := $(ARCH)
# Architecture used to compile user-space code
-KLIBCARCH ?= $(subst powerpc,ppc,$(ARCH))
+KLIBCARCH ?= $(ARCH)
# klibc definitions
export KLIBCINC := usr/include