]> Git Repo - uclibc-ng.git/commitdiff
We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS
authorEric Andersen <[email protected]>
Fri, 11 Jan 2002 23:53:13 +0000 (23:53 -0000)
committerEric Andersen <[email protected]>
Fri, 11 Jan 2002 23:53:13 +0000 (23:53 -0000)
extra/Configs/Config.m68k
extra/Configs/Config.m68k.coff

index 24f81fb57505082f1daee72b402fef339aa3c6af..7ffbf7b122d78ee2c16fb7013be3a9f0cdafc017 100644 (file)
@@ -130,11 +130,8 @@ DOPIC = false
 #
 # ARCH_CFLAGS if your have something special to add to the CFLAGS
 #
-ARCH_CFLAGS  = -Wa,--bitwise-or
+ARCH_CFLAGS  = -Wa,--bitwise-or -I$(KERNEL_SOURCE)/include
 #
-# this is needed for 2.4 m68knommu builds
-#
-ARCH_CFLAGS2 = -I$(KERNEL_SOURCE)/include
 #
 # get this from elsewhere, maybe
 #
index ed6e79c6e322919b931adc158fa3ac0503adfdfc..09bb1061d6ab60ce0f13ff1d14e8f096e95288b0 100644 (file)
@@ -130,11 +130,8 @@ DOPIC = false
 #
 # ARCH_CFLAGS if your have something special to add to the CFLAGS
 #
-ARCH_CFLAGS  = -Wa,--bitwise-or -msoft-float
+ARCH_CFLAGS  = -Wa,--bitwise-or -msoft-float -I$(KERNEL_SOURCE)/include
 #
-# this is needed for 2.4 m68knommu builds
-#
-ARCH_CFLAGS2 = -I$(KERNEL_SOURCE)/include
 #
 # get this from elsewhere, maybe
 #
This page took 0.027684 seconds and 4 git commands to generate.