From d8fc1c0a74b81009c855cc532432cdd3c8a47a7a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 08:18:36 +0000 Subject: - remove one invariant in toolchain type selection. --- toolchain/binutils/binutils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/binutils/binutils.mk') diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index d0546d457..7ca7a55ee 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -65,13 +65,13 @@ BINUTILS_TARGET_CONFIG_OPTIONS=--with-gmp="$(GMP_TARGET_DIR)" BINUTILS_TARGET_CONFIG_OPTIONS+=--with-mpfr="$(MPFR_TARGET_DIR)" endif -ifeq ($(BR2_TOOLCHAIN_NORMAL),) +ifeq ($(BR2_TOOLCHAIN_SOURCE),) BINUTILS_SITE:=$(VENDOR_SITE) endif BINUTILS_OFFICIAL_VERSION:=$(BINUTILS_VERSION)$(VENDOR_SUFFIX)$(VENDOR_BINUTILS_RELEASE) -ifeq ($(BR2_TOOLCHAIN_NORMAL),y) +ifeq ($(BR2_TOOLCHAIN_SOURCE),y) BINUTILS_PATCH_DIR:=toolchain/binutils/$(BINUTILS_VERSION) else BINUTILS_PATCH_DIR:=$(VENDOR_PATCH_DIR)/binutils-$(BINUTILS_OFFICIAL_VERSION) -- cgit v1.2.3