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

From: H. Peter Anvin
Date: Sun Jun 25 2006 - 21:08:24 EST


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

Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxx>

---
commit 060ee84166196f97abcb34bd6af7df1cfc677578
tree 2863d14dc1c27d4ab152a1b0eae96c956b97e1ea
parent 161e1dc16ec1129b30b634a2a8dcbbd1937800c5
author H. Peter Anvin <hpa@xxxxxxxxx> Mon, 22 May 2006 14:39:39 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/