From: Hans-Christian Egtvedt Date: Tue, 9 Dec 2008 11:38:52 +0000 (-0000) Subject: binutils: revert bad commit 24343 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57aff861b0aa510ae35d568b6ce229a3e5aec494;p=buildroot.git 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. --- diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 5261692980..9fd2b3e693 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)