[klibc 13/43] UML: the klibc architecture is the underlying architecture

From: H. Peter Anvin
Date: Sun Jun 25 2006 - 21:10:14 EST


On UML: the klibc architecture is the underlying architecture, so set
KLIBCARCH to SUBARCH.

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

---
commit 018604e070e143657abcf0cb256a1e2dda205d97
tree 1b853903ca6af49d9f437cfd694aec61ef1d488e
parent baacd5d81ff7151e8df3893850ec363441886a1e
author H. Peter Anvin <hpa@xxxxxxxxx> Mon, 15 May 2006 21:25:33 -0700
committer H. Peter Anvin <hpa@xxxxxxxxx> Sun, 18 Jun 2006 18:50:51 -0700

arch/um/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/um/Makefile b/arch/um/Makefile
index f6ad832..f8e96f2 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -50,6 +50,8 @@ ARCH_INCLUDE += -I$(srctree)/$(ARCH_DIR)
endif
SYS_DIR := $(ARCH_DIR)/include/sysdep-$(SUBARCH)

+KLIBCARCH := $(SUBARCH)
+
# -Dvmap=kernel_vmap prevents anything from referencing the libpcap.o symbol so
# named - it's a common symbol in libpcap, so we get a binary which crashes.
#
-
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/