remove -std=gnu99 from musl-gcc wrapper
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Feb 2012 04:51:23 +0000 (23:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Feb 2012 04:51:23 +0000 (23:51 -0500)
commit61c2cf877ba7518a46d0391f119b3251e5a136b2
tree1b52ea52bf8635043318f337c0c6c59b40f77d2b
parent3c870263c5a14b77628f83c06852a6f340b2443f
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