From 66d4370ae564956a1e9e3da9dbf7cb4fa72c7e94 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 4 Aug 2010 13:32:32 +0000 Subject: [PATCH] [xburst] Set -march=mips32 SVN-Revision: 22484 --- target/linux/xburst/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 1c0630e3d2..c2035b8ce2 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 -- 2.30.2