diff options
Diffstat (limited to 'ports/sysdeps/arm/static-stubs.c')
-rw-r--r-- | ports/sysdeps/arm/static-stubs.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ports/sysdeps/arm/static-stubs.c b/ports/sysdeps/arm/static-stubs.c deleted file mode 100644 index d90d603a95..0000000000 --- a/ports/sysdeps/arm/static-stubs.c +++ /dev/null @@ -1,7 +0,0 @@ -/* When building with GCC with static-only libgcc, the dummy - _Unwind_Resume from static-stubs.c needs to be used together with - the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c - instead of the copies from libgcc. */ - -#include <elf/static-stubs.c> -#include <aeabi_unwind_cpp_pr1.c> |