aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-19 18:25:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-19 18:25:25 +0000
commitca7a7f6155333da8299614ff92057512c008c706 (patch)
tree7740cc6de02432089106f38f56d2a73f3ad0e395 /toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch
parent9073d4dd1f5775c3bc116fe8f25b52601a48969d (diff)
downloadupstream-ca7a7f6155333da8299614ff92057512c008c706.tar.gz
upstream-ca7a7f6155333da8299614ff92057512c008c706.tar.bz2
upstream-ca7a7f6155333da8299614ff92057512c008c706.zip
remove support for uclibc 0.9.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18078 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch')
-rw-r--r--toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch b/toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch
deleted file mode 100644
index fd80c217f9..0000000000
--- a/toolchain/uClibc/patches-0.9.29/910-gcc_4_3_include_fixed.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Rules.mak
-+++ b/Rules.mak
-@@ -498,7 +498,8 @@ CFLAGS += -I$(KERNEL_HEADERS)
-
- # Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include'
- #CFLAGS+=-iwithprefix include
--CFLAGS+=-isystem $(shell $(CC) -print-file-name=include)
-+CC_IPREFIX:=$(shell $(CC) -print-file-name=include)
-+CFLAGS+=-isystem $(CC_IPREFIX) -isystem $(CC_IPREFIX)-fixed
-
- ifneq ($(DOASSERTS),y)
- CFLAGS+=-DNDEBUG