From 2c8b7a1910d9c6031172b9a8498ef1ea129ea6f0 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 11 Mar 2010 18:48:50 +0000 Subject: the mips -ffreestanding patch has been unnecessary for a long time now, remove it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20149 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../generic-2.6/patches-2.6.32/202-mips-freestanding.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/generic-2.6/patches-2.6.32/202-mips-freestanding.patch (limited to 'target/linux/generic-2.6/patches-2.6.32') diff --git a/target/linux/generic-2.6/patches-2.6.32/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.32/202-mips-freestanding.patch deleted file mode 100644 index 0c6d58508..000000000 --- a/target/linux/generic-2.6/patches-2.6.32/202-mips-freestanding.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/arch/mips/Makefile -+++ b/arch/mips/Makefile -@@ -624,6 +624,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/ - -- cgit v1.2.3