summaryrefslogtreecommitdiffstats
path: root/arch/um/Makefile-x86_64
diff options
context:
space:
mode:
authorAl Viro2005-09-04 00:57:43 +0200
committerLinus Torvalds2005-09-05 09:06:23 +0200
commit30f7dabb083f8ff4ce541b5ac4e5d70cc173051a (patch)
treed4d457762926f694e6d12db8ff781d04ca31172d /arch/um/Makefile-x86_64
parent[PATCH] uml: system call path cleanup (diff)
downloadkernel-qcow2-linux-30f7dabb083f8ff4ce541b5ac4e5d70cc173051a.tar.gz
kernel-qcow2-linux-30f7dabb083f8ff4ce541b5ac4e5d70cc173051a.tar.xz
kernel-qcow2-linux-30f7dabb083f8ff4ce541b5ac4e5d70cc173051a.zip
[PATCH] uml: build cleanups
Added missing include list to uml AFLAGS Killed magic for stubs. [So] - it was needed only because of messed AFLAGS Switched segv_stubs.c to kernel CFLAGS sans profile, instead of user ones Killed STUBS_CFLAGS - it's not needed and the only remaining use had been gratitious - it only polluted CFLAGS Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Makefile-x86_64')
-rw-r--r--arch/um/Makefile-x86_642
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile-x86_64 b/arch/um/Makefile-x86_64
index aa2f7174ebca..baddb5d64ca5 100644
--- a/arch/um/Makefile-x86_64
+++ b/arch/um/Makefile-x86_64
@@ -6,7 +6,7 @@ START := 0x60000000
#We #undef __x86_64__ for kernelspace, not for userspace where
#it's needed for headers to work!
-CFLAGS += -U__$(SUBARCH)__ -fno-builtin $(STUB_CFLAGS)
+CFLAGS += -U__$(SUBARCH)__ -fno-builtin
USER_CFLAGS += -fno-builtin
ELF_ARCH := i386:x86-64