From 3fe1d8503c103a699ceb41e2eeec1c197bb9e977 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 3 Sep 2010 00:45:55 +0000 Subject: [PATCH] Set -mtune to marvell-f SVN-Revision: 22876 --- target/linux/kirkwood/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 1861e953dc..f227423baa 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -15,6 +15,8 @@ LINUX_VERSION:=2.6.35.4 include $(INCLUDE_DIR)/target.mk +CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time + KERNELNAME:="uImage" DEFAULT_PACKAGES += -- 2.25.1