From 011cd42e8fc6093915b41cf8e52017345ed4c239 Mon Sep 17 00:00:00 2001 From: LeTama Date: Sat, 2 Oct 2010 19:05:41 +0200 Subject: [PATCH] Fix compilation issue with google toolchain --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd9f0cbc..75630616 100644 --- a/Makefile +++ b/Makefile @@ -523,7 +523,7 @@ endif # $(dot-config) all: vmlinux #ifdef CONFIG_MACH_HTCLEO -KBUILD_CFLAGS += -mcpu=cortex-a8 -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3 +KBUILD_CFLAGS += -march=armv7-a -mtune=cortex-a8 -mfpu=vfpv3 #endif ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE