summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.34
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-11 18:48:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-03-11 18:48:50 +0000
commit2d305bdc2338b3295d6338a0215ce4cf7bb027f8 (patch)
tree52edacb46a5af6296761d2dd3de42515f2841b28 /target/linux/generic-2.6/patches-2.6.34
parentc3ddcedf4a2e1c4597d7c2d1f06a82b36df62695 (diff)
downloadmaster-31e0f0ae-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.tar.gz
master-31e0f0ae-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.tar.bz2
master-31e0f0ae-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.zip
the mips -ffreestanding patch has been unnecessary for a long time now, remove it
SVN-Revision: 20149
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34')
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/202-mips-freestanding.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.34/202-mips-freestanding.patch
deleted file mode 100644
index f8511fdc08..0000000000
--- a/target/linux/generic-2.6/patches-2.6.34/202-mips-freestanding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/Makefile
-+++ b/arch/mips/Makefile
-@@ -637,6 +637,9 @@ else
- load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff81100000
- endif
-
-+# temporary until string.h is fixed
-+cflags-y += -ffreestanding
-+
- cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
- drivers-$(CONFIG_PCI) += arch/mips/pci/
-