mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
oops. Fixup target to correctly download and use gcc 3.3
This commit is contained in:
@@ -36,7 +36,7 @@ BINUTILS_SOURCE:=binutils-2.14.tar.bz2
|
||||
BINUTILS_DIR:=$(TOOL_BUILD_DIR)/binutils-2.14
|
||||
|
||||
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
|
||||
GCC_SOURCE:=gcc-3.2.tar.gz
|
||||
GCC_SOURCE:=gcc-3.3.tar.gz
|
||||
GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-3.3
|
||||
GCC_INSTALL_TARGET=install
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user