There was an error while loading. Please reload this page.
1 parent a0d11e5 commit e130fa4Copy full SHA for e130fa4
1 file changed
scripts/006-gcc-newlib-SPU.sh
@@ -45,6 +45,8 @@ cd ${GCC}/build-spu
45
46
## Configure the build.
47
CFLAGS_FOR_TARGET="-Os -fpic -ffast-math -ftree-vectorize -funroll-loops -fschedule-insns -mdual-nops -mwarn-reloc" \
48
+CFLAGS="-Wno-int-conversion" \
49
+CXXFLAGS="-Wno-int-conversion" \
50
../configure --prefix="$PS3DEV/spu" --target="spu" \
51
--disable-dependency-tracking \
52
--disable-libcc1 \
0 commit comments