mirror of
https://github.com/fluencelabs/musl
synced 2025-06-13 23:11:51 +00:00
fix dynamic linker issue in musl-gcc wrapper
This commit is contained in:
@ -28,5 +28,5 @@ exec "$0" "$@"
|
|||||||
' -std=gnu99 -nostdinc -nostdlib \
|
' -std=gnu99 -nostdinc -nostdlib \
|
||||||
-isystem "$libc_inc" -isystem "$gcc_inc" \
|
-isystem "$libc_inc" -isystem "$gcc_inc" \
|
||||||
-Wl,-xxxxxx "$@" -L"$libc_lib" -lc -L"$libgcc" -lgcc -Lxxxxxx \
|
-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
|
EOF
|
||||||
|
Reference in New Issue
Block a user