mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
powerpc: disable lto
This commit is contained in:
parent
3ae6b24cca
commit
e2cb927c65
@ -56,7 +56,7 @@ cd ..
|
||||
# Build gcc for PPC
|
||||
mkdir -p gcc-build-ppc
|
||||
cd gcc-build-ppc
|
||||
$SRC/gcc/configure --target=powerpc-apple-macos --prefix=$PREFIX --enable-languages=c,c++ --disable-libssp MAKEINFO=missing
|
||||
$SRC/gcc/configure --target=powerpc-apple-macos --prefix=$PREFIX --enable-languages=c,c++ --disable-libssp --disable-lto MAKEINFO=missing
|
||||
make -j8
|
||||
make install
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user