We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adc668 commit 4fe776eCopy full SHA for 4fe776e
2 files changed
scripts/002-gcc-newlib-PPU.sh
@@ -46,6 +46,7 @@ cd ${GCC}/build-ppu
46
## Configure the build.
47
../configure --prefix="$PS3DEV/ppu" --target="powerpc64-ps3-elf" \
48
--disable-dependency-tracking \
49
+ --disable-libcc1 \
50
--disable-libstdcxx-pch \
51
--disable-multilib \
52
--disable-nls \
scripts/006-gcc-newlib-SPU.sh
@@ -46,6 +46,7 @@ cd ${GCC}/build-spu
../configure --prefix="$PS3DEV/spu" --target="spu" \
--disable-libssp \
0 commit comments