Skip to content

Commit

Permalink
Merge pull request #53 from diamant3/fix-macos13
Browse files Browse the repository at this point in the history
gcc stage 1 and 2: disable nls
  • Loading branch information
sharkwouter authored Dec 16, 2024
2 parents c933b3b + a4060a3 commit 6fc75fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/002-gcc-stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ cd build-$TARGET-stage1
--disable-libgomp \
--disable-libmudflap \
--disable-libquadmath \
--disable-nls \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down
1 change: 1 addition & 0 deletions scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export CXXFLAGS="-std=c++11"
--disable-multilib \
--enable-threads=posix \
--disable-tls \
--disable-nls \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit 6fc75fc

Please sign in to comment.