浏览代码

binutils: revert bad commit 24343

This reverst the commit 24343, the original state was indeed correct. Blame
goes to my bad sight and too hasty decisions.
Hans-Christian Egtvedt 16 年之前
父节点
当前提交
57aff861b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/binutils/binutils.mk

+ 1 - 1
toolchain/binutils/binutils.mk

@@ -54,7 +54,7 @@ ifeq ($(findstring x4.0,x$(GCC_VERSION)),x4.0)
 BINUTILS_NO_MPFR:=y
 endif
 
-ifndef $(BINUTILS_NO_MPFR)
+ifndef BINUTILS_NO_MPFR
 BINUTILS_HOST_PREREQ:=$(TOOL_BUILD_DIR)/gmp/lib/libgmp$(HOST_SHREXT) \
 	$(TOOL_BUILD_DIR)/mpfr/lib/libmpfr$(HOST_SHREXT)