summaryrefslogtreecommitdiff
path: root/toolchain/uclibc-ng
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-17 10:53:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-17 10:53:30 +0100
commitdf5ea3a11a7c5953e95f7db6545d8f6327af3c83 (patch)
tree6e48e48bf599e8088ad3de13e05a246368619f7c /toolchain/uclibc-ng
parent09a792b8be3c889035038596a4ad044700f55a3e (diff)
sh3: disable FPU in generated config
Diffstat (limited to 'toolchain/uclibc-ng')
-rw-r--r--toolchain/uclibc-ng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile
index 16923265e..53ee55a75 100644
--- a/toolchain/uclibc-ng/Makefile
+++ b/toolchain/uclibc-ng/Makefile
@@ -215,6 +215,7 @@ ifeq ($(ADK_CPU_SH4),y)
$(SED) 's/.*\(CONFIG_SH4\).*/\1=y/' ${WRKBUILD}/.config
endif
ifeq ($(ADK_CPU_SH3),y)
+ $(SED) 's/.*\(UCLIBC_HAS_FPU\).*/# \1 is not set/' ${WRKBUILD}/.config
$(SED) 's/.*\(CONFIG_SH2A\).*/# \1 is not set/' ${WRKBUILD}/.config
$(SED) 's/.*\(CONFIG_SH2\).*/# \1 is not set/' ${WRKBUILD}/.config
$(SED) 's/.*\(CONFIG_SH4\).*/# \1 is not set/' ${WRKBUILD}/.config