lkml.org 
[lkml]   [2006]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[klibc 15/43] Default KLIBCARCH ?= $(ARCH)
Special cases, like powerpc, can be handled in arch/*/Makefile.

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

---
commit 060ee84166196f97abcb34bd6af7df1cfc677578
tree 2863d14dc1c27d4ab152a1b0eae96c956b97e1ea
parent 161e1dc16ec1129b30b634a2a8dcbbd1937800c5
author H. Peter Anvin <hpa@zytor.com> Mon, 22 May 2006 14:39:39 -0700
committer H. Peter Anvin <hpa@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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-06-26 03:14    [W:0.117 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site