ソースを参照

- -minline-all-stringops not supported on sparc gcc 4.x

Andrei Pelinescu-Onciul 18 年 前
コミット
8416765eb5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Makefile.defs

+ 1 - 1
Makefile.defs

@@ -726,7 +726,7 @@ ifeq		($(CC_NAME), gcc)
 ifeq			($(CC_SHORTVER), 4.x)
 					CPU ?= ultrasparc
 					#use 32bit for now
-					CFLAGS+=-mcpu=ultrasparc -minline-all-stringops \
+					CFLAGS+=-mcpu=ultrasparc  \
 							-mtune=$(CPU) \
 							-ftree-vectorize
 else