Skip to content

Commit

Permalink
Add --enable-tls to GCC build
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Sep 12, 2024
1 parent 55ac119 commit c8675cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/toolchain/build-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$GCC_BUILD_PATH/Makefile" ]]; then
;;
esac

# ADDED: --enable-tls
$SOURCE_PATH/gcc/configure \
--prefix=$TOOLCHAIN_PATH \
--build=$BUILD \
Expand All @@ -104,6 +105,7 @@ if [[ "$RUN_CONFIG" = 1 ]] || [[ ! -f "$GCC_BUILD_PATH/Makefile" ]]; then
--enable-static \
--enable-shared \
--enable-languages=c,c++,lto,fortran \
--enable-tls \
--disable-bootstrap \
--disable-multilib \
--with-gnu-as \
Expand Down

0 comments on commit c8675cd

Please sign in to comment.