ARM: Add longjmp_return.c to the libroot built

Linking was failing with undefined reference to __longjmp_return.
This commit is contained in:
François Revol 2013-09-29 04:02:30 +02:00
parent 396fc0b0eb
commit 735ec4c018

View File

@ -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 :