summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/files/gcc.fix_header_issue.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/files/gcc.fix_header_issue.patch')
-rw-r--r--recipes-devtools/gcc/files/gcc.fix_header_issue.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/gcc/files/gcc.fix_header_issue.patch b/recipes-devtools/gcc/files/gcc.fix_header_issue.patch
deleted file mode 100644
index e2b9f7f..0000000
--- a/recipes-devtools/gcc/files/gcc.fix_header_issue.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1--- gcc-4_6-branch/gcc/limitx.h.orig 2012-03-08 01:11:23.024440826 -0600
2+++ gcc-4_6-branch/gcc/limitx.h 2012-03-08 01:13:44.372515706 -0600
3@@ -30,6 +30,7 @@
4 #define _GCC_LIMITS_H_
5
6 #ifndef _LIBC_LIMITS_H_
7-/* Use "..." so that we find syslimits.h only in this same directory. */
8-#include "syslimits.h"
9+#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
10+#include_next <limits.h>
11+#undef _GCC_NEXT_LIMITS_H
12 #endif