mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
remove -std=gnu99 from musl-gcc wrapper
while probably desirable, changing the default language variant is outside the scope of the wrapper's responsibility.
This commit is contained in:
parent
3c870263c5
commit
61c2cf877b
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user