فهرست منبع

remove -std=gnu99 from musl-gcc wrapper

while probably desirable, changing the default language variant is
outside the scope of the wrapper's responsibility.
Rich Felker 13 سال پیش
والد
کامیت
61c2cf877b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/gen-musl-gcc.sh

+ 1 - 1
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"