From 50dad34d870d75ad047f35527c118d2c76cb6907 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Jul 2014 15:43:34 +0200 Subject: use bamboo board emulation as default, ppc 44x without FPU. networking works here. --- toolchain/gcc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/gcc/Makefile') 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) -- cgit v1.2.3