Skip to content

Commit

Permalink
set value to -fno-enforce-eh-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 authored Dec 16, 2024
1 parent 79e2979 commit fd7d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd build-$TARGET-stage2
--enable-threads=posix \
--disable-tls \
--disable-nls \
--enable-cxx-flags="-std=c++11" \
--enable-cxx-flags="-fno-enforce-eh-specs" \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit fd7d60b

Please sign in to comment.