diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-11 23:53:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-11 23:53:13 +0000 |
commit | 665caab50c6de66061f59af920c10ce4a849d827 (patch) | |
tree | 519a4a2e2a0b74ec6787d81148709c517512d9a9 /extra/Configs | |
parent | 158af7364a9198a64832bbeb18395088edd49a34 (diff) |
We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGS
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.m68k | 5 | ||||
-rw-r--r-- | extra/Configs/Config.m68k.coff | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index 24f81fb57..7ffbf7b12 100644 --- a/extra/Configs/Config.m68k +++ b/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 # diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index ed6e79c6e..09bb1061d 100644 --- a/extra/Configs/Config.m68k.coff +++ b/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 # |