diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 10:11:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 10:11:36 +0200 |
commit | e0d7ba5d3a077bd829ffb222541e2a240b4a6444 (patch) | |
tree | f2c32d0dfe19d333bee3f2445606d05460be1ba2 /toolchain | |
parent | b0fdc2d8c35dbc72f2069c43433aeb250b91219c (diff) |
use optimized CFLAGS, be sure to use hard float for gcc
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |