forked from Bananymous/banan-os
BuildSystem: Compile gcc with threading support
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user