File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ CFG_THIRD_PARTY_OBJECTS_i686-unknown-linux-musl := crt1.o crti.o crtn.o
25
25
CFG_INSTALLED_OBJECTS_i686-unknown-linux-musl := crt1.o crti.o crtn.o
26
26
27
27
NATIVE_DEPS_libc_T_i686-unknown-linux-musl += libc.a
28
- NATIVE_DEPS_std_T_i686-unknown-linux-musl += libunwind.a crt1.o crti.o crtn.o
28
+ NATIVE_DEPS_std_T_i686-unknown-linux-musl += crt1.o crti.o crtn.o
29
+ NATIVE_DEPS_unwind_T_i686-unknown-linux-musl += libunwind.a
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ CFG_THIRD_PARTY_OBJECTS_x86_64-unknown-linux-musl := crt1.o crti.o crtn.o
25
25
CFG_INSTALLED_OBJECTS_x86_64-unknown-linux-musl := crt1.o crti.o crtn.o
26
26
27
27
NATIVE_DEPS_libc_T_x86_64-unknown-linux-musl += libc.a
28
- NATIVE_DEPS_std_T_x86_64-unknown-linux-musl += libunwind.a crt1.o crti.o crtn.o
28
+ NATIVE_DEPS_std_T_x86_64-unknown-linux-musl += crt1.o crti.o crtn.o
29
+ NATIVE_DEPS_unwind_T_x86_64-unknown-linux-musl += libunwind.a
You can’t perform that action at this time.
0 commit comments