From 826eeb3253b693b5cb7bbccb3d94a7dc983668c5 Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Tue, 17 Dec 2024 13:18:27 +0800 Subject: [PATCH] forgot the `-std` --- scripts/005-gcc-stage2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/005-gcc-stage2.sh b/scripts/005-gcc-stage2.sh index e0c0ca1..628244a 100755 --- a/scripts/005-gcc-stage2.sh +++ b/scripts/005-gcc-stage2.sh @@ -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.