summaryrefslogtreecommitdiff
path: root/sdk
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-03-07 12:11:35 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-03-07 12:11:35 +0000
commitfb494055c4b58d05f32e50d3806a4ea02874544b (patch)
tree154fc84567e876ac3b7ab44c23bc82b151bfb7c6 /sdk
parent9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8 (diff)
downloadtoolchains-fb494055c4b58d05f32e50d3806a4ea02874544b.tar.gz
toolchains-fb494055c4b58d05f32e50d3806a4ea02874544b.tar.bz2
SDK/arm-riscos-gnueabi: generate unwind tables
Diffstat (limited to 'sdk')
-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