summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 && \