Skip to content

Commit 4fe776e

Browse files
committed
Disable host libcc1
1 parent 4adc668 commit 4fe776e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/002-gcc-newlib-PPU.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ cd ${GCC}/build-ppu
4646
## Configure the build.
4747
../configure --prefix="$PS3DEV/ppu" --target="powerpc64-ps3-elf" \
4848
--disable-dependency-tracking \
49+
--disable-libcc1 \
4950
--disable-libstdcxx-pch \
5051
--disable-multilib \
5152
--disable-nls \

scripts/006-gcc-newlib-SPU.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ cd ${GCC}/build-spu
4646
## Configure the build.
4747
../configure --prefix="$PS3DEV/spu" --target="spu" \
4848
--disable-dependency-tracking \
49+
--disable-libcc1 \
4950
--disable-libssp \
5051
--disable-multilib \
5152
--disable-nls \

0 commit comments

Comments
 (0)