summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-09 06:02:02 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-02-09 06:02:02 +0100
commit4f4125ee88eae167a12f7f16a3b0e753b0371299 (patch)
treef8193b8672165affcf92cee4647c497d0f55ca27 /toolchain/gcc
parentc8f2a78958f75e4e3b3ffa53cc31333a264c8776 (diff)
parent0b92a60c1969a0bf9408a0f40928d47dbd3f99e0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 4 insertions, 0 deletions
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),)