ARM: Add longjmp_return.c to the libroot built
Linking was failing with undefined reference to __longjmp_return.
This commit is contained in:
parent
396fc0b0eb
commit
735ec4c018
@ -9,6 +9,7 @@ for architectureObject in [ MultiArchSubDirSetup arm ] {
|
||||
|
||||
local genericSources =
|
||||
setjmp_save_sigs.c
|
||||
longjmp_return.c
|
||||
;
|
||||
|
||||
MergeObject <$(architecture)>posix_arch_$(TARGET_ARCH).o :
|
||||
|
Loading…
Reference in New Issue
Block a user