summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch
diff options
context:
space:
mode:
authorArtur Artamonov <freeartman@wechall.net>2013-09-27 12:29:26 +0300
committerArtur Artamonov <freeartman@wechall.net>2013-09-27 12:29:26 +0300
commit6b37c34cef1bf8049ece54475151d3a02e79a662 (patch)
tree9477c5e08f75035d290c6d383b8cbb0a41499145 /target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch
parent327364d24d6aacc3e59e5fc983e3ab0c3e99c779 (diff)
patch collection that fixes, crashes, mips16 usage and bsp profile usage
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch')
-rw-r--r--target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch b/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch
deleted file mode 100644
index 163e66f08..000000000
--- a/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux-2.6.30.9.orig/arch/rlx/Makefile 2013-09-05 11:51:23.000000000 +0000
-+++ linux-2.6.30.9.orig/arch/rlx/Makefile 2013-09-02 13:49:09.000000000 +0000
-@@ -32,6 +32,8 @@ vmlinux-32 = vmlinux
- cflags-y := -ffunction-sections
- cflags-y += $(call cc-option, -mno-check-zero-division)
- cflags-y += -mabi=32
-+cflags-$(CONFIG_ARCH_CPU_RLX4181) += -march=rlx4181
-+cflags-$(CONFIG_ARCH_CPU_RLX5281) += -march=rlx5281
-
- #
- # GCC uses -G 0 -mabicalls -fpic as default. We don't want PIC in the kernel