From da41784183fe38f7ac07cf1d09ddf1a1da5c5194 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 9 Nov 2022 17:15:02 +0100 Subject: [PATCH] Fix setup-gcc.sh --- tools/setup-gcc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/setup-gcc.sh b/tools/setup-gcc.sh index 19769bcb..844509bf 100755 --- a/tools/setup-gcc.sh +++ b/tools/setup-gcc.sh @@ -62,8 +62,8 @@ make install-target-libgcc | filter-lines "libgcc" "install" echo Building libstdc++... $LUNA_ROOT/tools/sync-libc.sh # libstdc++ needs libc to be built -make all-target-libstdc++v3 CXXFLAGS_FOR_TARGET="-fno-exceptions" -j$(nproc) | filter-lines "libstdc++" "build" +make all-target-libstdc++-v3 CXXFLAGS_FOR_TARGET="-fno-exceptions" -j$(nproc) | filter-lines "libstdc++" "build" echo Installing libstdc++... -make install-target-libstdc++v3 | filter-lines "libstdc++" "install" \ No newline at end of file +make install-target-libstdc++-v3 | filter-lines "libstdc++" "install" \ No newline at end of file