mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
Add back libstdcx++ la files
This commit is contained in:
parent
faf810697c
commit
3f67d3a227
@ -179,6 +179,9 @@ else
|
||||
@#TODO: in riscv64gc libgcc_s.so is a GNU ld script
|
||||
rm -f "$@.partial"/$(GNU_TARGET)/lib/libgcc_s.so
|
||||
ln -s libgcc_s.so.1 "$@.partial"/$(GNU_TARGET)/lib/libgcc_s.so
|
||||
@#TODO: generates wrong lib path for libtool
|
||||
rm -f "$@.partial"/$(GNU_TARGET)/lib/libstdc++.la
|
||||
rm -f "$@.partial"/$(GNU_TARGET)/lib/libsupc++.la
|
||||
# fully featured libstdcxx, not supported for targets only supporting static linking
|
||||
ifneq ($(TARGET),riscv64gc-unknown-redox)
|
||||
ifneq ($(TARGET),i586-unknown-redox)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user