summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-12 04:05:16 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-12 04:05:16 (GMT)
commit272504678b998ebaab7ab99e091bc691ff41b45c (patch)
tree9b5cdf8df3daf88115a8876a03450f0d3c3616aa /src
parent1a9de56d04d9dd46946582c244e5f0ac67018b13 (diff)
downloadmxe-272504678b998ebaab7ab99e091bc691ff41b45c.zip
mxe-272504678b998ebaab7ab99e091bc691ff41b45c.tar.gz
mxe-272504678b998ebaab7ab99e091bc691ff41b45c.tar.bz2
gcc: don't unpack tarball on $(BUILD) target
Diffstat (limited to 'src')
-rw-r--r--src/gcc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 6fdeafe..2df2b72 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -11,6 +11,8 @@ $(PKG)_URL := http://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)
$(PKG)_URL_2 := ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := binutils gcc-gmp gcc-isl gcc-mpc gcc-mpfr mingw-w64
+$(PKG)_FILE_$(BUILD) :=
+
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://ftp.gnu.org/gnu/gcc/?C=M;O=D' | \
$(SED) -n 's,.*<a href="gcc-\([0-9][^"]*\)/".*,\1,p' | \