Skip to content

Commit

Permalink
Disable host libcc1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldin committed Jun 30, 2020
1 parent 4adc668 commit 4fe776e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/002-gcc-newlib-PPU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cd ${GCC}/build-ppu
## Configure the build.
../configure --prefix="$PS3DEV/ppu" --target="powerpc64-ps3-elf" \
--disable-dependency-tracking \
--disable-libcc1 \
--disable-libstdcxx-pch \
--disable-multilib \
--disable-nls \
Expand Down
1 change: 1 addition & 0 deletions scripts/006-gcc-newlib-SPU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cd ${GCC}/build-spu
## Configure the build.
../configure --prefix="$PS3DEV/spu" --target="spu" \
--disable-dependency-tracking \
--disable-libcc1 \
--disable-libssp \
--disable-multilib \
--disable-nls \
Expand Down

0 comments on commit 4fe776e

Please sign in to comment.