Explorar el Código

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

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
0ebf6cdef4
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0
    4
      src/arch/i386/Config

+ 0
- 4
src/arch/i386/Config Ver fichero

@@ -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…
Cancelar
Guardar