summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/002-use-openwrt-toolchain.diff
blob: 20641a7a53881b6dff054f6f7f1b102da04d464a (plain)
1
2
3
4
5
6
7
8
9
10
11
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