Skip to content

Commit

Permalink
forgot the -std
Browse files Browse the repository at this point in the history
  • Loading branch information
diamant3 authored Dec 17, 2024
1 parent fa7cc8b commit 826eeb3
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="c++14" \
--enable-cxx-flags="-std=c++14" \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit 826eeb3

Please sign in to comment.