summaryrefslogtreecommitdiff
path: root/arm-unknown-riscos
diff options
context:
space:
mode:
authorRob Kendrick <rob.kendrick@codethink.co.uk>2014-11-16 16:28:01 +0000
committerRob Kendrick <rob.kendrick@codethink.co.uk>2014-11-16 16:28:01 +0000
commit388d9098dc3578a41e07d720ba3708012c0a10e2 (patch)
tree08d3f0a7936e2402c086a503e0b1e3fd6a4388e8 /arm-unknown-riscos
parent8f131163961012465f1b5fbd0e5790bdc1866f93 (diff)
downloadtoolchains-388d9098dc3578a41e07d720ba3708012c0a10e2.tar.gz
toolchains-388d9098dc3578a41e07d720ba3708012c0a10e2.tar.bz2
Build RISC OS binutils with --enable-plugins
Diffstat (limited to 'arm-unknown-riscos')
-rw-r--r--arm-unknown-riscos/recipes/patches/gcc4/binutils-plugins.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm-unknown-riscos/recipes/patches/gcc4/binutils-plugins.p b/arm-unknown-riscos/recipes/patches/gcc4/binutils-plugins.p
new file mode 100644
index 0000000..0dbc257
--- /dev/null
+++ b/arm-unknown-riscos/recipes/patches/gcc4/binutils-plugins.p
@@ -0,0 +1,11 @@
+--- Makefile (revision 6747)
++++ Makefile (working copy)
+@@ -73,7 +73,7 @@
+ --disable-libstdcxx-pch \
+ --disable-tls
+ # FIXME: for Java support: --without-x --enable-libgcj
+-BINUTILS_CONFIG_ARGS :=
++BINUTILS_CONFIG_ARGS := --enable-plugins
+ GDB_CONFIG_ARGS :=
+ else
+ # Case arm-unknown-eabi target (use newlib):