From 735ec4c01829f7acdb91486188e60f57fcf1f047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 29 Sep 2013 04:02:30 +0200 Subject: [PATCH] ARM: Add longjmp_return.c to the libroot built Linking was failing with undefined reference to __longjmp_return. --- src/system/libroot/posix/arch/arm/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/arch/arm/Jamfile b/src/system/libroot/posix/arch/arm/Jamfile index e18f4b43bc..3e6dd39a02 100644 --- a/src/system/libroot/posix/arch/arm/Jamfile +++ b/src/system/libroot/posix/arch/arm/Jamfile @@ -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 :