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 --- target/config/Config.in.mips.default | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/config/Config.in.mips.default (limited to 'target/config/Config.in.mips.default') diff --git a/target/config/Config.in.mips.default b/target/config/Config.in.mips.default new file mode 100644 index 000000000..3241681ce --- /dev/null +++ b/target/config/Config.in.mips.default @@ -0,0 +1,13 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_soft_float + bool + +config ADK_hard_float + bool + +config ADK_TARGET_FLOAT + string + default "hard" if ADK_hard_float + default "soft" if ADK_soft_float -- cgit v1.2.3