summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-28 15:43:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-28 15:43:59 +0200
commit50dad34d870d75ad047f35527c118d2c76cb6907 (patch)
tree302b325f365f251019737dcbf3a7b1b3ac26f4eb /toolchain/gcc/Makefile
parent8d848563e88c4b8f444204669a8618c3f579b30b (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/Makefile3
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)