H. Peter Anvin
2006-Jun-26 00:58 UTC
[klibc] [klibc 13/43] UML: the klibc architecture is the underlying architecture
On UML: the klibc architecture is the underlying architecture, so set KLIBCARCH to SUBARCH. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 018604e070e143657abcf0cb256a1e2dda205d97 tree 1b853903ca6af49d9f437cfd694aec61ef1d488e parent baacd5d81ff7151e8df3893850ec363441886a1e author H. Peter Anvin <hpa at zytor.com> Mon, 15 May 2006 21:25:33 -0700 committer H. Peter Anvin <hpa at zytor.com> 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. #