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