Skip to content

Commit

Permalink
Build gcc using C++ 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Dec 12, 2024
1 parent cb11fe6 commit f5dc3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ cd build-$TARGET-stage2
--disable-multilib \
--enable-threads=posix \
--disable-tls \
--std="c++14" \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit f5dc3b5

Please sign in to comment.