summaryrefslogtreecommitdiff
path: root/scripts/0300-build-bootstrap-gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/0300-build-bootstrap-gcc.sh')
-rwxr-xr-xscripts/0300-build-bootstrap-gcc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/0300-build-bootstrap-gcc.sh b/scripts/0300-build-bootstrap-gcc.sh
index 0e54b3b..f5c28e7 100755
--- a/scripts/0300-build-bootstrap-gcc.sh
+++ b/scripts/0300-build-bootstrap-gcc.sh
@@ -19,6 +19,7 @@ CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
PATH=/opt/bootstrap/bin:/opt/toolchain/bin:$PATH
../gcc-$GCC_VERSION/configure \
+ --enable-initfini-array \
--enable-languages=c,c++ \
--prefix=/opt/bootstrap \
--target=$TARGET \