浏览代码

sh3: disable FPU in generated config

Waldemar Brodkorb 10 年之前
父节点
当前提交
df5ea3a11a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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