X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=tools%2Fgen-musl-gcc.sh;fp=tools%2Fgen-musl-gcc.sh;h=7b80fda624e72335f070b041839860eb46b820f0;hp=b727a8ed9e50620e589af09bf32ebd7b0f85a9a6;hb=61c2cf877ba7518a46d0391f119b3251e5a136b2;hpb=3c870263c5a14b77628f83c06852a6f340b2443f 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"