Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/6a0e3141ee021b4867a39269c77fe26beb058534
...commit
http://git.netsurf-browser.org/toolchains.git/commit/6a0e3141ee021b4867a39269c77fe26beb058534
...tree
http://git.netsurf-browser.org/toolchains.git/tree/6a0e3141ee021b4867a39269c77fe26beb058534
The branch, jmb/arm-riscos-gnueabihf has been updated
via 6a0e3141ee021b4867a39269c77fe26beb058534 (commit)
from 0c7fc8e52cefbe787bc5f33dcc9ae95ef3a5247c (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=6a0e3141ee021b4867a39269c77fe26beb058534
commit 6a0e3141ee021b4867a39269c77fe26beb058534
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>
SDK/arm-unknown-riscos: poke function names
diff --git a/sdk/Makefile b/sdk/Makefile
index aa89519..af66884 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -77,6 +77,10 @@ pkg_config_libdir__ := $(GCCSDK_INSTALL_ENV)/lib/pkgconfig
# Target
TARGET := $(shell $(cc__) -dumpmachine)
+ifeq ($(findstring -riscos,$(TARGET)),-riscos)
+ cflags__ := $(cflags__) -mpoke-function-name
+endif
+
# Environment
# Newer autotools objects to -I appearing in CFLAGS
cleanenv := PATH="$(path__)" CC="$(cc__)" CXX="$(cxx__)" AR="$(ar__)"
RANLIB="$(ranlib__)" CPPFLAGS="$(cppflags__)" LDFLAGS="$(ldflags__)"
PKG_CONFIG_LIBDIR="$(pkg_config_libdir__)"
-----------------------------------------------------------------------
Summary of changes:
sdk/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sdk/Makefile b/sdk/Makefile
index aa89519..af66884 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -77,6 +77,10 @@ pkg_config_libdir__ := $(GCCSDK_INSTALL_ENV)/lib/pkgconfig
# Target
TARGET := $(shell $(cc__) -dumpmachine)
+ifeq ($(findstring -riscos,$(TARGET)),-riscos)
+ cflags__ := $(cflags__) -mpoke-function-name
+endif
+
# Environment
# Newer autotools objects to -I appearing in CFLAGS
cleanenv := PATH="$(path__)" CC="$(cc__)" CXX="$(cxx__)" AR="$(ar__)"
RANLIB="$(ranlib__)" CPPFLAGS="$(cppflags__)" LDFLAGS="$(ldflags__)"
PKG_CONFIG_LIBDIR="$(pkg_config_libdir__)"
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]