diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-28 15:43:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-28 15:43:59 +0200 |
commit | 50dad34d870d75ad047f35527c118d2c76cb6907 (patch) | |
tree | 302b325f365f251019737dcbf3a7b1b3ac26f4eb /toolchain/gcc/Makefile | |
parent | 8d848563e88c4b8f444204669a8618c3f579b30b (diff) |
use bamboo board emulation as default, ppc 44x without FPU. networking works here.
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 7dcf79e0a..cdf9221fa 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -99,6 +99,9 @@ endif ifeq ($(ADK_LINUX_PPC),y) GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt +ifneq ($(ADK_TARGET_CPU_WITH_FPU),y) +GCC_CONFOPTS+= --with-float=soft +endif endif ifeq ($(ADK_TARGET_ARCH),arm) |