mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-24 19:26:54 +01:00
fix toolchain build on modern systems
https://bugzilla.redhat.com/show_bug.cgi?id=476370
This commit is contained in:
parent
0a804a8ae4
commit
a32b8f6520
@ -108,7 +108,8 @@ buildgcc() {
|
|||||||
--disable-nls --disable-threads --disable-shared \
|
--disable-nls --disable-threads --disable-shared \
|
||||||
--disable-libmudflap --disable-libssp --disable-libgomp \
|
--disable-libmudflap --disable-libssp --disable-libgomp \
|
||||||
--disable-decimal-float \
|
--disable-decimal-float \
|
||||||
--enable-checking=release && \
|
--enable-checking=release \
|
||||||
|
CFLAGS='-fgnu89-inline -g -O2' && \
|
||||||
nice $MAKE $MAKEOPTS && \
|
nice $MAKE $MAKEOPTS && \
|
||||||
$MAKE install
|
$MAKE install
|
||||||
) || die "Error building gcc for target $TARGET"
|
) || die "Error building gcc for target $TARGET"
|
||||||
|
Loading…
Reference in New Issue
Block a user