summaryrefslogtreecommitdiff
path: root/make/uclibc_toolchain.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-10 10:12:30 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-10 10:12:30 +0000
commit47adb53620ada0953e63792abda36eb716ebcf17 (patch)
treee5427f22eea22ecde7104946bf96adde663e5f54 /make/uclibc_toolchain.mk
parentf8185c07aa4133df592339c646911ae243b35031 (diff)
I missed a spot
Diffstat (limited to 'make/uclibc_toolchain.mk')
-rw-r--r--make/uclibc_toolchain.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk
index 5e5a5e0c7..dac2c43c2 100644
--- a/make/uclibc_toolchain.mk
+++ b/make/uclibc_toolchain.mk
@@ -62,10 +62,11 @@ endif
#GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/snapshots
#GCC_SOURCE:=gcc-3.3.1-20030720.tar.bz2
#GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-3.3.1-20030720
+#GCC_CAT:=bzcat
GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/
GCC_SOURCE:=gcc-3.3.tar.gz
GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-3.3
-GCC_CAT:=bzcat
+GCC_CAT:=zcat