diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-01-31 07:45:02 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-02-01 03:48:12 (GMT) |
commit | 94938b331e6489ca557c4519ad2ed0f891207b55 (patch) | |
tree | a859a3f894232d0044287d276407cc16f16a828b /src | |
parent | ddd75200d12e16d8010e0acb189c6f6142d766c8 (diff) | |
download | mxe-94938b331e6489ca557c4519ad2ed0f891207b55.zip mxe-94938b331e6489ca557c4519ad2ed0f891207b55.tar.gz mxe-94938b331e6489ca557c4519ad2ed0f891207b55.tar.bz2 |
binutils: revert update and ignore 2.26
See:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00013.html
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813144
Diffstat (limited to 'src')
-rw-r--r-- | src/binutils.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/binutils.mk b/src/binutils.mk index 73489b7..2e9ff71 100644 --- a/src/binutils.mk +++ b/src/binutils.mk @@ -2,9 +2,11 @@ # See index.html for further information. PKG := binutils -$(PKG)_IGNORE := -$(PKG)_VERSION := 2.26 -$(PKG)_CHECKSUM := c2ace41809542f5237afc7e3b8f32bb92bc7bc53c6232a84463c423b0714ecd9 +# see http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00013.html +# 2.26 causes incorrect dlls to be built with sjlj exceptions +$(PKG)_IGNORE := 2.26 +$(PKG)_VERSION := 2.25.1 +$(PKG)_CHECKSUM := b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22 $(PKG)_SUBDIR := binutils-$($(PKG)_VERSION) $(PKG)_FILE := binutils-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://ftp.gnu.org/pub/gnu/binutils/$($(PKG)_FILE) |