Skip to content

Commit e130fa4

Browse files
authored
Also add -Wno-int-conversion to SPU GCC
1 parent a0d11e5 commit e130fa4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/006-gcc-newlib-SPU.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ cd ${GCC}/build-spu
4545

4646
## Configure the build.
4747
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" \
4850
../configure --prefix="$PS3DEV/spu" --target="spu" \
4951
--disable-dependency-tracking \
5052
--disable-libcc1 \

0 commit comments

Comments
 (0)