diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 10:48:27 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:18:52 (GMT) |
commit | e7b9a210560fe05b44c33b3624617b2d581281e7 (patch) | |
tree | a46da57a533f5f3033a39380b5ee3921bcf4969b /plugins/gcc4 | |
parent | c0c8d47d6a723d38d524f729b55522935b91e4d2 (diff) | |
download | mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.zip mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.gz mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.bz2 |
native pkgs: use explicit cross-target deps and remove empty rules
Diffstat (limited to 'plugins/gcc4')
-rw-r--r-- | plugins/gcc4/gcc4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gcc4/gcc4.mk b/plugins/gcc4/gcc4.mk index 789c033..9a8f0e6 100644 --- a/plugins/gcc4/gcc4.mk +++ b/plugins/gcc4/gcc4.mk @@ -11,7 +11,7 @@ $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2 $(PKG)_PATCHES := $(basename $(lastword $(MAKEFILE_LIST))).patch $(PKG)_URL := https://ftp.gnu.org/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_URL_2 := https://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_DEPS := binutils mingw-w64 +$(PKG)_DEPS := binutils mingw-w64 $(addprefix $(BUILD)~,cloog gmp isl mpc mpfr) $(PKG)_FILE_$(BUILD) := |