From e0d7ba5d3a077bd829ffb222541e2a240b4a6444 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 23 Jul 2013 10:11:36 +0200 Subject: use optimized CFLAGS, be sure to use hard float for gcc --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 815b5f30d..b2ae0ea42 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -76,7 +76,7 @@ endif endif ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) -GCC_CONFOPTS+= --with-arch=armv6 --with-fpu=vfp +GCC_CONFOPTS+= --with-arch=armv6 --with-fpu=vfp --with-float=hard endif ifneq ($(ADK_TARGET_ABI),) -- cgit v1.2.3