rockbox/tools/toolchain-patches/crosstool-ng-1.13.2.diff
Solomon Peachy 00c0d2012f 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
2020-04-04 21:56:30 +02:00

13 lines
417 B
Diff

--- 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