summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-11-03 09:25:46 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-11-03 09:25:46 (GMT)
commit23988e535861f77d8a01f9e956f99930a22f1809 (patch)
treee0b08de56f52702e86bb3b805e284678b6fe61f0 /Makefile
parent485529a47d653da44c981ebb7e6766f4b57b1a0d (diff)
downloadcrossppc-23988e535861f77d8a01f9e956f99930a22f1809.zip
crossppc-23988e535861f77d8a01f9e956f99930a22f1809.tar.gz
crossppc-23988e535861f77d8a01f9e956f99930a22f1809.tar.bz2
Support target powerpc-wrs-vxworks55
Change-Id: Ie93799724ef86b85b38f4dff9d162572db89b30a
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a090f09..6405e4e 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,10 @@ prepare:
tar -zxf $(SRCDIR)/gcc-7.2.0.tar.gz
cd $(CWD)/unpacked/gcc-7.2.0 && \
patch -p1 < $(SRCDIR)/gcc72-vxworks.patch
+ cd $(CWD)/unpacked/gcc-7.2.0 && \
+ patch -p1 < $(SRCDIR)/gcc72-vxworks55-config.patch
+ cd $(CWD)/unpacked/gcc-7.2.0 && \
+ patch -p1 < $(SRCDIR)/gcc72-vxworks55-libgcc-config.patch
cd $(CWD)/unpacked && \
tar -zxf $(SRCDIR)/gmp-6.1.2.tar.gz
# cd $(CWD)/unpacked && \