From 78a4513494d093f493072e185482afd41758aae1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 26 Jan 2018 11:52:54 +0000 Subject: cache more source components on teh ci infrastructure --- arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p (limited to 'arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p') diff --git a/arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p b/arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p new file mode 100644 index 0000000..194ef7f --- /dev/null +++ b/arm-unknown-riscos/recipes/patches/gcc4/cloog-ppl-download.p @@ -0,0 +1,12 @@ +--- gcc4/Makefile.orig 2018-01-26 10:40:26.623881778 +0000 ++++ gcc4/Makefile 2018-01-26 10:41:24.141623273 +0000 +@@ -719,8 +719,7 @@ + # Download CLooG source: + $(SRCORIGDIR)/cloog-ppl-$(CLOOG_VERSION).tar.gz: + -mkdir -p $(SRCORIGDIR) +- cd $(SRCORIGDIR) && wget -c ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-$(CLOOG_VERSION).tar.gz +- touch $@ ++ wget -O $@ -c http://ci.netsurf-browser.org/toolchain/arm-unknown-riscos/cloog-ppl-$(CLOOG_VERSION).tar.gz + + # Download newlib source: + $(SRCORIGDIR)/newlib-$(NEWLIB_VERSION).tar.gz: -- cgit v1.2.3