summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-06-04 19:59:52 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-06-04 19:59:52 (GMT)
commit26a52f477434b10acb82cf610e334ba5858ab83a (patch)
tree8257b64c4aa2a0b3029b905e3e00533221842d35 /src/gcc.mk
parentd78d572a6f86a45c157695b6c5192d4504a3daf8 (diff)
downloadmxe-26a52f477434b10acb82cf610e334ba5858ab83a.zip
mxe-26a52f477434b10acb82cf610e334ba5858ab83a.tar.gz
mxe-26a52f477434b10acb82cf610e334ba5858ab83a.tar.bz2
bugfix: remove mingwrt-dll from the dependencies of package gcc
Diffstat (limited to 'src/gcc.mk')
-rw-r--r--src/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index e7c60ef..f8c230e 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -11,7 +11,7 @@ $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gcc.gnu.org/
$(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_URL_2 := ftp://ftp.cs.tu-berlin.de/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := mingwrt mingwrt-dll w32api binutils gcc-gmp gcc-mpc gcc-mpfr
+$(PKG)_DEPS := mingwrt w32api binutils gcc-gmp gcc-mpc gcc-mpfr
define $(PKG)_UPDATE
wget -q -O- 'http://ftp.gnu.org/gnu/gcc/?C=M;O=D' | \