From 61c2cf877ba7518a46d0391f119b3251e5a136b2 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 17 Feb 2012 23:51:23 -0500 Subject: remove -std=gnu99 from musl-gcc wrapper while probably desirable, changing the default language variant is outside the scope of the wrapper's responsibility. --- tools/gen-musl-gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gen-musl-gcc.sh b/tools/gen-musl-gcc.sh index b727a8ed..7b80fda6 100644 --- a/tools/gen-musl-gcc.sh +++ b/tools/gen-musl-gcc.sh @@ -52,7 +52,7 @@ set -- -specs=/proc/self/fd/3 "$@" \ -Wl,-dynamic-linker,"$ldso_pathname" -Wl,-nostdlib } -set -- -std=gnu99 -nostdinc -nostdlib $nosp \ +set -- -nostdinc -nostdlib $nosp \ -isystem "$libc_inc" -isystem "$gcc_inc" "$@" \ -L"$libc_lib" -L"$libgcc" -- cgit v1.2.1