X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=tools%2Fgen-musl-gcc.sh;h=6a35c71ff6a90dcdfe697b4f3b3838f812d481f7;hp=fcd1e4eac8385a88a4f249c361eb57bf45444a8a;hb=1a3ff4f9099cf3d6b65a77cf9bfb7f69a7698a30;hpb=6250c0be4b56ca42b8b4db1d2b9d672811378dc0 diff --git a/tools/gen-musl-gcc.sh b/tools/gen-musl-gcc.sh index fcd1e4ea..6a35c71f 100644 --- a/tools/gen-musl-gcc.sh +++ b/tools/gen-musl-gcc.sh @@ -28,5 +28,5 @@ exec "$0" "$@" ' -std=gnu99 -nostdinc -nostdlib \ -isystem "$libc_inc" -isystem "$gcc_inc" \ -Wl,-xxxxxx "$@" -L"$libc_lib" -lc -L"$libgcc" -lgcc -Lxxxxxx \ - -Wl,-dynamic-linker /lib/ld-musl-"$arch".so.1 -Wl,-nostdlib + -Wl,-dynamic-linker,/lib/ld-musl-"$arch".so.1 -Wl,-nostdlib EOF