projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c87026
)
remove -std=gnu99 from musl-gcc wrapper
author
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Feb 2012 04:51:23 +0000
(23:51 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 18 Feb 2012 04:51:23 +0000
(23:51 -0500)
while probably desirable, changing the default language variant is
outside the scope of the wrapper's responsibility.
tools/gen-musl-gcc.sh
patch
|
blob
|
history
diff --git
a/tools/gen-musl-gcc.sh
b/tools/gen-musl-gcc.sh
index b727a8ed9e50620e589af09bf32ebd7b0f85a9a6..7b80fda624e72335f070b041839860eb46b820f0 100644
(file)
--- 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"