Browse Source

remove old minorversion!=4 check (added -march a second time)

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
0ebf6cdef4
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/arch/i386/Config

+ 0
- 4
src/arch/i386/Config View File

@@ -122,10 +122,6 @@ CFLAGS+=	-malign-jumps=1 -malign-loops=1 -malign-functions=1
122 122
 else
123 123
 CFLAGS+=	-falign-jumps=1 -falign-loops=1 -falign-functions=1
124 124
 endif
125
-GCC_MINORVERSION = $(word 2, $(GCC_VERSION))
126
-ifneq ($(GCC_MINORVERSION),4)
127
-CFLAGS+=	-march=i386
128
-endif
129 125
 
130 126
 # this is almost always a win. the kernel uses it, too.
131 127
 CFLAGS+= -mpreferred-stack-boundary=2

Loading…
Cancel
Save