From 00c0d2012f2e8d977bad5487ab6f3b8ca46c8572 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 4 Apr 2020 15:42:35 -0400 Subject: rockboxdev: Store toolchain patches in-tree, instead of downloading them This frees us from having to keep the web site in sync. Note that only currently-referenced patches were kept. Change-Id: I50da1b75baeac214cf142c8b76a05a8c56b4c1d4 --- tools/toolchain-patches/crosstool-ng-1.13.2.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/toolchain-patches/crosstool-ng-1.13.2.diff (limited to 'tools/toolchain-patches/crosstool-ng-1.13.2.diff') diff --git a/tools/toolchain-patches/crosstool-ng-1.13.2.diff b/tools/toolchain-patches/crosstool-ng-1.13.2.diff new file mode 100644 index 0000000000..f8b13a2794 --- /dev/null +++ b/tools/toolchain-patches/crosstool-ng-1.13.2.diff @@ -0,0 +1,13 @@ +--- a/Makefile.in 2014-07-30 14:16:57.989859205 +0200 ++++ b/Makefile.in 2014-07-30 14:16:52.133836316 +0200 +@@ -26,7 +26,11 @@ + # '-Rr' to MAKEFLAGS adds it literaly ( and does not add 'Rr' ) + ifeq ($(filter Rr,$(MAKEFLAGS)),) + ifeq ($(filter -Rr,$(MAKEFLAGS)),) ++ifeq ($(filter -rR,$(MAKEFLAGS)),) ++ifeq ($(filter rR,$(MAKEFLAGS)),) + CT_MAKEFLAGS += -Rr ++endif # No rR ++endif # No -rR + endif # No -Rr + endif # No Rr -- cgit