summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sdk/Makefile b/sdk/Makefile
index 85b3811..634019be 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -80,6 +80,9 @@ TARGET := $(shell $(cc__) -dumpmachine)
ifeq ($(findstring -riscos,$(TARGET)),-riscos)
cflags__ := $(cflags__) -mpoke-function-name
+ ifeq ($(findstring -gnueabi,$(TARGET)),-gnueabi)
+ cflags__ := $(cflags__) -funwind-tables
+ endif
endif
# Environment