Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/fb494055c4b58d05f32e50d3806a4ea02874544b
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/fb494055c4b58d05f32e50d3806a4ea02874544b
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/fb494055c4b58d05f32e50d3806a4ea02874544b

The branch, master has been updated
       via  fb494055c4b58d05f32e50d3806a4ea02874544b (commit)
      from  9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=fb494055c4b58d05f32e50d3806a4ea02874544b
commit fb494055c4b58d05f32e50d3806a4ea02874544b
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    SDK/arm-riscos-gnueabi: generate unwind tables

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


-----------------------------------------------------------------------

Summary of changes:
 sdk/Makefile |    3 +++
 1 file changed, 3 insertions(+)

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


-- 
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to