Browse Source

sh3: disable FPU in generated config

Waldemar Brodkorb 9 years ago
parent
commit
df5ea3a11a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/uclibc-ng/Makefile

+ 1 - 0
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