From 5deb3317cb51ac52de922bb55f8492624018906d Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- .../realtek/patches-2.6.30/002-use-openwrt-toolchain.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff (limited to 'target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff') diff --git a/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff b/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff new file mode 100644 index 000000000..20641a7a5 --- /dev/null +++ b/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff @@ -0,0 +1,12 @@ +Index: linux-2.6.30.9/arch/rlx/Makefile +=================================================================== +--- linux-2.6.30.9.orig/arch/rlx/Makefile 2011-12-04 13:21:19.000000000 +0000 ++++ linux-2.6.30.9/arch/rlx/Makefile 2011-12-04 13:21:25.000000000 +0000 +@@ -32,6 +32,7 @@ + cflags-y := -ffunction-sections + cflags-y += $(call cc-option, -mno-check-zero-division) + cflags-y += -mabi=32 ++cflags-y += -march=4181 + + # + # GCC uses -G 0 -mabicalls -fpic as default. We don't want PIC in the kernel -- cgit v1.2.3