Browse Source

We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS

Eric Andersen 22 years ago
parent
commit
665caab50c
2 changed files with 2 additions and 8 deletions
  1. 1 4
      extra/Configs/Config.m68k
  2. 1 4
      extra/Configs/Config.m68k.coff

+ 1 - 4
extra/Configs/Config.m68k

@@ -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
 #

+ 1 - 4
extra/Configs/Config.m68k.coff

@@ -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
 #