Skip to content

Commit

Permalink
Merge pull request #57 from pspdev/revert-51-build-with-c++11
Browse files Browse the repository at this point in the history
Revert "Force C++ 11 when building gcc"
  • Loading branch information
diamant3 authored Dec 18, 2024
2 parents b72bb81 + e3998ea commit 2b1d2d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/005-gcc-stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ mkdir build-$TARGET-stage2
cd build-$TARGET-stage2

## Configure the build.
export CXXFLAGS="-std=c++11"
../configure \
--quiet \
--prefix="$PSPDEV" \
Expand Down

0 comments on commit 2b1d2d9

Please sign in to comment.