Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=79901a9738d75faba0f08547ff17d676af2f5be3
Commit:     79901a9738d75faba0f08547ff17d676af2f5be3
Parent:     9b5e6857b3f3acc8ab434e565b7ec87bf9f9b53c
Author:     Al Viro <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 5 08:36:15 2007 +0000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Wed Dec 5 09:25:20 2007 -0800

    no need to mess with KBUILD_CFLAGS on uml-i386 anymore
    
    Now that X86_32 is provided on Kconfig level for uml-i386, there's no
    need to play with it explicitly on Makefile level anymore.
    
    Signed-off-by: Al Viro <[EMAIL PROTECTED]>
    Acked-by: Jeff Dike <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/um/Makefile-i386 |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/um/Makefile-i386 b/arch/um/Makefile-i386
index 6729011..561e373 100644
--- a/arch/um/Makefile-i386
+++ b/arch/um/Makefile-i386
@@ -22,11 +22,6 @@ export LDFLAGS HOSTCFLAGS HOSTLDFLAGS UML_OBJCOPYFLAGS
 endif
 endif
 
-KBUILD_CFLAGS          += -DCONFIG_X86_32
-KBUILD_AFLAGS          += -DCONFIG_X86_32
-CONFIG_X86_32          := y
-export CONFIG_X86_32
-
 # First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y.
 include $(srctree)/arch/x86/Makefile_32.cpu
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to