summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-09 11:38:52 +0000
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>2008-12-09 11:38:52 +0000
commit57aff861b0aa510ae35d568b6ce229a3e5aec494 (patch)
tree5c4587866328f68eced816b4a72d0c93ae2f0ad3 /toolchain
parentc7d2e4b0b3b28c787373a8a5cb51d49d454a43c2 (diff)
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.
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index 526169298..9fd2b3e69 100644
--- a/toolchain/binutils/binutils.mk
+++ b/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)