mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-19 09:31:37 +00:00
powerpc: disable lto
This commit is contained in:
parent
3ae6b24cca
commit
e2cb927c65
@ -56,7 +56,7 @@ cd ..
|
|||||||
# Build gcc for PPC
|
# Build gcc for PPC
|
||||||
mkdir -p gcc-build-ppc
|
mkdir -p gcc-build-ppc
|
||||||
cd 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 -j8
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user