소스 검색

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

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
0ebf6cdef4
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      src/arch/i386/Config

+ 0
- 4
src/arch/i386/Config 파일 보기

@@ -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…
취소
저장