summaryrefslogtreecommitdiff
path: root/tools/toolchain-patches/crosstool-ng-1.13.2.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/toolchain-patches/crosstool-ng-1.13.2.diff')
-rw-r--r--tools/toolchain-patches/crosstool-ng-1.13.2.diff13
1 files changed, 13 insertions, 0 deletions
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 @@
1--- a/Makefile.in 2014-07-30 14:16:57.989859205 +0200
2+++ b/Makefile.in 2014-07-30 14:16:52.133836316 +0200
3@@ -26,7 +26,11 @@
4 # '-Rr' to MAKEFLAGS adds it literaly ( and does not add 'Rr' )
5 ifeq ($(filter Rr,$(MAKEFLAGS)),)
6 ifeq ($(filter -Rr,$(MAKEFLAGS)),)
7+ifeq ($(filter -rR,$(MAKEFLAGS)),)
8+ifeq ($(filter rR,$(MAKEFLAGS)),)
9 CT_MAKEFLAGS += -Rr
10+endif # No rR
11+endif # No -rR
12 endif # No -Rr
13 endif # No Rr