[Buildroot] svn commit: trunk/buildroot/toolchain/binutils

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Dec 9 10:23:32 UTC 2008


On Tue, Dec 09, 2008 at 02:09:15AM -0800, egtvedt at uclibc.org wrote:
>Author: egtvedt
>Date: 2008-12-09 02:09:15 -0800 (Tue, 09 Dec 2008)
>New Revision: 24343
>
>Log:
>binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set
>
>Make the ifndef check the actual variable, typo bug.

What are you trying to do or "fix"?
>
>
>
>Modified:
>   trunk/buildroot/toolchain/binutils/binutils.mk
>
>
>Changeset:
>Modified: trunk/buildroot/toolchain/binutils/binutils.mk
>===================================================================
>--- trunk/buildroot/toolchain/binutils/binutils.mk	2008-12-09 10:04:47 UTC (rev 24342)
>+++ trunk/buildroot/toolchain/binutils/binutils.mk	2008-12-09 10:09:15 UTC (rev 24343)
>@@ -54,7 +54,7 @@
> 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)
> 



More information about the buildroot mailing list