diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-09 11:38:52 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-09 11:38:52 +0000 |
commit | 57aff861b0aa510ae35d568b6ce229a3e5aec494 (patch) | |
tree | 5c4587866328f68eced816b4a72d0c93ae2f0ad3 /toolchain/binutils | |
parent | c7d2e4b0b3b28c787373a8a5cb51d49d454a43c2 (diff) | |
download | buildroot-novena-57aff861b0aa510ae35d568b6ce229a3e5aec494.tar.gz buildroot-novena-57aff861b0aa510ae35d568b6ce229a3e5aec494.zip |
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/binutils')
-rw-r--r-- | toolchain/binutils/binutils.mk | 2 |
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) |