rockoxdev.sh: fix compilation of ARM toolchain
This will breaks mips but mips is already super hard to build anyway. Change-Id: Ia481a22440758fe72a87e2808f4fb8d31c49cb53
This commit is contained in:
parent
bbf4ff2c91
commit
906a95ccbf
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ build() {
|
|||
./configure --prefix=$prefix $configure_params
|
||||
;;
|
||||
*)
|
||||
CFLAGS=-U_FORTIFY_SOURCE ../$toolname-$version/configure --target=$target --prefix=$prefix --enable-languages=c --disable-libssp --disable-docs $configure_params
|
||||
CFLAGS='-U_FORTIFY_SOURCE -fgnu89-inline' ../$toolname-$version/configure --target=$target --prefix=$prefix --enable-languages=c --disable-libssp --disable-docs $configure_params
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue