summaryrefslogtreecommitdiff
path: root/arm-unknown-riscos
diff options
context:
space:
mode:
authorRob Kendrick <rob.kendrick@codethink.co.uk>2014-11-16 14:46:12 +0000
committerRob Kendrick <rob.kendrick@codethink.co.uk>2014-11-16 14:46:12 +0000
commit1e67635045e1c09cf4af451b7265f233b2d09b8a (patch)
tree294938277a193585753b5ffe7b2b30a9455cf6a7 /arm-unknown-riscos
parent8f131163961012465f1b5fbd0e5790bdc1866f93 (diff)
downloadtoolchains-1e67635045e1c09cf4af451b7265f233b2d09b8a.tar.gz
toolchains-1e67635045e1c09cf4af451b7265f233b2d09b8a.tar.bz2
Remove trampoline binaries created by newer GCCSDK
Diffstat (limited to 'arm-unknown-riscos')
-rw-r--r--arm-unknown-riscos/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm-unknown-riscos/Makefile b/arm-unknown-riscos/Makefile
index 264eeac..6fd6be9 100644
--- a/arm-unknown-riscos/Makefile
+++ b/arm-unknown-riscos/Makefile
@@ -113,6 +113,9 @@ $(BUILDSTEPS)/oslib.d: $(BUILDSTEPS)/gcc.d $(SOURCESDIR)/$(UPSTREAM_OSLIB_TARBAL
$(BUILDSTEPS)/gcc.d: $(BUILDSTEPS)/gccsdk-srcdir.d
cd $(BUILDDIR)/gcc4 && make
cd $(BUILDDIR)/gcc4 && ./install-env
+ @# Newer GCCSDK adds these trampoline binaries that for us
+ @# serve no purpose and get in the way.
+ $(RM) $(PREFIX)/cross/bin/arm-unknown-riscos-gcc-ar $(PREFIX)/cross/bin/arm-unknown-riscos-gcc-nm $(PREFIX)/cross/bin/arm-unknown-riscos-gcc-ranlib
touch $@
$(BUILDSTEPS)/gccsdk-srcdir.d: $(BUILDSTEPS)/buildsteps.d $(SOURCESDIR)/$(UPSTREAM_GCCSDK_TARBALL)