BuildSystem: Compile gcc with threading support

This commit is contained in:
2025-06-02 11:28:20 +03:00
parent 1f07e02298
commit be6da3e0db

View File

@@ -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 \