diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-04 13:32:32 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-04 13:32:32 +0000 |
commit | e9a6496d35ba71188790f03ae3339ea2363efcc3 (patch) | |
tree | 009b58c3fa4331029637421ff05a4f24476539c2 /target/linux/xburst | |
parent | 84d0faceba9c645acb5a1d865a897e6c649b6e4c (diff) |
[xburst] Set -march=mips32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22484 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-rw-r--r-- | target/linux/xburst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 1c0630e3d..c2035b8ce 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -16,6 +16,8 @@ LINUX_VERSION:=2.6.35 DEVICE_TYPE=other +CFLAGS:=-march=mips32 + include $(INCLUDE_DIR)/target.mk define Target/Description |