aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
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
commit2e64f11f6812aac01529f07f332aedd78484a30c (patch)
tree62aeca0f71a6d63010ed2fd739f16197e84dc098 /target/linux/generic-2.6
parentc5dc935d0dd587d46df551af0ea911b9befa7417 (diff)
downloadmaster-187ad058-2e64f11f6812aac01529f07f332aedd78484a30c.tar.gz
master-187ad058-2e64f11f6812aac01529f07f332aedd78484a30c.tar.bz2
master-187ad058-2e64f11f6812aac01529f07f332aedd78484a30c.zip
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
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/202-mips-freestanding.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/202-mips-freestanding.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/202-mips-freestanding.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/202-mips-freestanding.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.33/202-mips-freestanding.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/202-mips-freestanding.patch12
6 files changed, 0 insertions, 72 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.25/202-mips-freestanding.patch
deleted file mode 100644
index e4cdfdd7b2..0000000000
--- a/target/linux/generic-2.6/patches-2.6.25/202-mips-freestanding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/Makefile
-+++ b/arch/mips/Makefile
-@@ -593,6 +593,9 @@ core-$(CONFIG_TOSHIBA_RBTX4938) += arch/
- cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx
- load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
-
-+# temporary until string.h is fixed
-+cflags-y += -ffreestanding
-+
- cflags-y += -Iinclude/asm-mips/mach-generic
- drivers-$(CONFIG_PCI) += arch/mips/pci/
-
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 5e114a9f59..0000000000
--- 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/
-
diff --git a/target/linux/generic-2.6/patches-2.6.31/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.31/202-mips-freestanding.patch
deleted file mode 100644
index 021d072823..0000000000
--- a/target/linux/generic-2.6/patches-2.6.31/202-mips-freestanding.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/mips/Makefile
-+++ b/arch/mips/Makefile
-@@ -612,6 +612,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/
-
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 0c6d58508b..0000000000
--- 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/
-
diff --git a/target/linux/generic-2.6/patches-2.6.33/202-mips-freestanding.patch b/target/linux/generic-2.6/patches-2.6.33/202-mips-freestanding.patch
deleted file mode 100644
index f8511fdc08..0000000000
--- a/target/linux/generic-2.6/patches-2.6.33/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/
-
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/
-