BuildSystem: Compile gcc with threading support
This commit is contained in:
parent
1f07e02298
commit
be6da3e0db
|
@ -118,6 +118,7 @@ build_gcc () {
|
|||
--prefix="$BANAN_TOOLCHAIN_PREFIX" \
|
||||
--with-sysroot="$BANAN_SYSROOT" \
|
||||
--enable-initfini-array \
|
||||
--enable-threads=posix \
|
||||
--enable-shared \
|
||||
--enable-lto \
|
||||
--disable-nls \
|
||||
|
|
Loading…
Reference in New Issue