mirror of
https://github.com/monero-project/monero.git
synced 2026-01-12 08:31:10 -05:00
guix: link libgcc_s statically for Linux targets
This commit is contained in:
parent
8a53c96b12
commit
7ef82ebc4b
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ esac
|
|||
|
||||
# LDFLAGS
|
||||
case "$HOST" in
|
||||
*linux-gnu*) HOST_LDFLAGS="-Wl,--as-needed -Wl,--dynamic-linker=$glibc_dynamic_linker -static-libstdc++" ;;
|
||||
*linux-gnu*) HOST_LDFLAGS="-Wl,--as-needed -Wl,--dynamic-linker=$glibc_dynamic_linker -static-libstdc++ -static-libgcc" ;;
|
||||
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue