diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2008-12-13 04:18:01 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2008-12-13 04:18:01 (GMT) |
commit | 5d10044d847b9965d3afd6f37f6ecbac7a09a336 (patch) | |
tree | 2e1ea9e83022c29a0ce2a5d12dbbcf915ebb4b5d /src/binutils.mk | |
parent | 719156fe9ca0153860835e9b0c677455a816ad5a (diff) | |
download | mxe-5d10044d847b9965d3afd6f37f6ecbac7a09a336.zip mxe-5d10044d847b9965d3afd6f37f6ecbac7a09a336.tar.gz mxe-5d10044d847b9965d3afd6f37f6ecbac7a09a336.tar.bz2 |
update version of packages binutils, mingwrt and w32api
Diffstat (limited to 'src/binutils.mk')
-rw-r--r-- | src/binutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binutils.mk b/src/binutils.mk index d714158..f730cfd 100644 --- a/src/binutils.mk +++ b/src/binutils.mk @@ -2,7 +2,7 @@ # http://mingw.sourceforge.net/ PKG := binutils -$(PKG)_VERSION := 2.19-mingw32-rc1 +$(PKG)_VERSION := 2.19 $(PKG)_SUBDIR := binutils-$(firstword $(subst -, ,$($(PKG)_VERSION))) $(PKG)_FILE := binutils-$($(PKG)_VERSION)-src.tar.gz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/mingw/$($(PKG)_FILE) |