提交 61c2cf87 编写于 作者: R Rich Felker

remove -std=gnu99 from musl-gcc wrapper

while probably desirable, changing the default language variant is
outside the scope of the wrapper's responsibility.
上级 3c870263
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册