Fix binutils path

This commit is contained in:
Eric Andersen 2003-06-23 22:43:36 +00:00
parent c314ac957e
commit 793161ad1c
2 changed files with 4 additions and 4 deletions

View File

@ -43,9 +43,9 @@ MULTILIB:=--enable-multilib
############################################################# #############################################################
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/ BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
#BINUTILS_SOURCE:=binutils-2.14.tar.bz2 #BINUTILS_SOURCE:=binutils-2.14.tar.bz2
#BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.14 #BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14
BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2 BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1 BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.13.2.1
ifeq ($(USE_UCLIBC_SNAPSHOT),true) ifeq ($(USE_UCLIBC_SNAPSHOT),true)
# Be aware that this changes daily.... # Be aware that this changes daily....

View File

@ -43,9 +43,9 @@ MULTILIB:=--enable-multilib
############################################################# #############################################################
BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/ BINUTILS_SITE:=ftp://ftp.gnu.org/gnu/binutils/
#BINUTILS_SOURCE:=binutils-2.14.tar.bz2 #BINUTILS_SOURCE:=binutils-2.14.tar.bz2
#BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.14 #BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14
BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2 BINUTILS_SOURCE:=binutils-2.13.2.1.tar.bz2
BINUTILS_DIR:=$(BUILD_DIR)/binutils-2.13.2.1 BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.13.2.1
ifeq ($(USE_UCLIBC_SNAPSHOT),true) ifeq ($(USE_UCLIBC_SNAPSHOT),true)
# Be aware that this changes daily.... # Be aware that this changes daily....