summaryrefslogtreecommitdiffstats
path: root/tools/toolchain-patches
diff options
context:
space:
mode:
Diffstat (limited to 'tools/toolchain-patches')
-rw-r--r--tools/toolchain-patches/crosstool-ng-1.13.2.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/toolchain-patches/crosstool-ng-1.13.2.diff b/tools/toolchain-patches/crosstool-ng-1.13.2.diff
deleted file mode 100644
index f8b13a2794..0000000000
--- a/tools/toolchain-patches/crosstool-ng-1.13.2.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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