summaryrefslogtreecommitdiffstats
path: root/src/gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcc.mk')
-rw-r--r--src/gcc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 3b6a23a..209bf51 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -11,9 +11,9 @@ $(PKG)_URL := ftp://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-cloog gcc-gmp gcc-isl gcc-mpc gcc-mpfr
-$(PKG)_DEPS_i686-pc-mingw32 := mingwrt w32api
-$(PKG)_DEPS_i686-w64-mingw32 := mingw-w64
-$(PKG)_DEPS_x86_64-w64-mingw32 := mingw-w64
+$(PKG)_DEPS_i686-pc-mingw32 := $($(PKG)_DEPS) mingwrt w32api
+$(PKG)_DEPS_i686-w64-mingw32 := $($(PKG)_DEPS) mingw-w64
+$(PKG)_DEPS_x86_64-w64-mingw32 := $($(PKG)_DEPS) mingw-w64
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://ftp.gnu.org/gnu/gcc/?C=M;O=D' | \