Bladeren bron

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

tags/v0.9.3
Holger Lubitz 17 jaren geleden
bovenliggende
commit
0ebf6cdef4
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0
    4
      src/arch/i386/Config

+ 0
- 4
src/arch/i386/Config Bestand weergeven

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

Laden…
Annuleren
Opslaan