BuildSystem: Compile gcc with threading support

This commit is contained in:
Bananymous 2025-06-02 11:28:20 +03:00
parent 1f07e02298
commit be6da3e0db
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ build_gcc () {
--prefix="$BANAN_TOOLCHAIN_PREFIX" \ --prefix="$BANAN_TOOLCHAIN_PREFIX" \
--with-sysroot="$BANAN_SYSROOT" \ --with-sysroot="$BANAN_SYSROOT" \
--enable-initfini-array \ --enable-initfini-array \
--enable-threads=posix \
--enable-shared \ --enable-shared \
--enable-lto \ --enable-lto \
--disable-nls \ --disable-nls \