diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 05:36:11 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 05:36:11 +0000 |
commit | 01426334b4ef73074f32f77f9d4e0b77056dd780 (patch) | |
tree | 7f604632318d1bb4848bc84e88d901f9a7032079 /toolchain/binutils/binutils.mk | |
parent | 6b63009f5f386515388892399fac76fe81eed3c4 (diff) | |
download | buildroot-novena-01426334b4ef73074f32f77f9d4e0b77056dd780.tar.gz buildroot-novena-01426334b4ef73074f32f77f9d4e0b77056dd780.zip |
reinstate AVR32 toolchain
Diffstat (limited to 'toolchain/binutils/binutils.mk')
-rw-r--r-- | toolchain/binutils/binutils.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index 7ca7a55ee..d0546d457 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_SOURCE),) +ifeq ($(BR2_TOOLCHAIN_NORMAL),) BINUTILS_SITE:=$(VENDOR_SITE) endif BINUTILS_OFFICIAL_VERSION:=$(BINUTILS_VERSION)$(VENDOR_SUFFIX)$(VENDOR_BINUTILS_RELEASE) -ifeq ($(BR2_TOOLCHAIN_SOURCE),y) +ifeq ($(BR2_TOOLCHAIN_NORMAL),y) BINUTILS_PATCH_DIR:=toolchain/binutils/$(BINUTILS_VERSION) else BINUTILS_PATCH_DIR:=$(VENDOR_PATCH_DIR)/binutils-$(BINUTILS_OFFICIAL_VERSION) |