From 671042b2e0a3d8811f5f018d635cc5979486d35f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 8 Feb 2015 21:58:57 -0600 Subject: allow to select MIPSr2 ISA and Soft-Float for MIPS32 --- toolchain/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 9881ff92e..3db03b107 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -119,6 +119,10 @@ GCC_CONFOPTS+= --with-float=soft endif endif +ifeq ($(ADK_TARGET_ARCH_MIPS),y) +GCC_CONFOPTS+= --with-float=$(ADK_TARGET_FLOAT) +endif + ifeq ($(ADK_TARGET_ARCH_ARM),y) GCC_CONFOPTS+= --with-float=$(ADK_TARGET_FLOAT) ifneq ($(ADK_TARGET_FPU),) -- cgit v1.2.3