summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch
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.30/202-mips-freestanding.patch
parentc3ddcedf4a2e1c4597d7c2d1f06a82b36df62695 (diff)
downloadmtk-20170518-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.zip
mtk-20170518-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.tar.gz
mtk-20170518-2d305bdc2338b3295d6338a0215ce4cf7bb027f8.tar.bz2
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.30/202-mips-freestanding.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch
deleted file mode 100644
index 5e114a9..0000000
--- a/target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/Makefile
-+++ b/arch/mips/Makefile
-@@ -607,6 +607,9 @@ ifdef CONFIG_PHYSICAL_START
- load-y = $(CONFIG_PHYSICAL_START)
- 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/
-