mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 07:17:53 +00:00
crtend fixes SIGILL
This commit is contained in:
parent
699d7a0802
commit
f119226b8f
@ -180,7 +180,8 @@ LIBS+= \
|
|||||||
-Wl,-B$(LMODE2) \
|
-Wl,-B$(LMODE2) \
|
||||||
-Wl,-rpath-link=$(SYSROOT)/usr/lib/ -L$(SYSROOT)/usr/lib/ \
|
-Wl,-rpath-link=$(SYSROOT)/usr/lib/ -L$(SYSROOT)/usr/lib/ \
|
||||||
-lssl -lcrypto -lstdc++ -lm -lgcc -nostdlib -lc \
|
-lssl -lcrypto -lstdc++ -lm -lgcc -nostdlib -lc \
|
||||||
$(NDK_BASE)/platforms/android-9/arch-arm/usr/lib/crtbegin_dynamic.o
|
$(NDK_BASE)/platforms/android-9/arch-arm/usr/lib/crtbegin_dynamic.o \
|
||||||
|
$(NDK_BASE)/platforms/android-9/arch-arm/usr/lib/crtend_android.o
|
||||||
|
|
||||||
# auto-generated dependencies:
|
# auto-generated dependencies:
|
||||||
-include obj/*.P
|
-include obj/*.P
|
||||||
|
Loading…
Reference in New Issue
Block a user