Rebuild for gcc 6.1.0

This commit is contained in:
mati865
2016-08-21 13:50:06 +02:00
parent ec635063b4
commit 6d9aeca0bb
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ _realname=binutils
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.25.1
pkgrel=5
pkgrel=6
pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw-w64)"
arch=('any')
url="http://www.gnu.org/software/binutils/"

View File

@@ -2,13 +2,13 @@
# Contributor: Ray Donnelly <mingw.android@gmail.com>
_realname=gdb
_gcc_ver=5.4.0
_gcc_ver=6.1.0
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
# Until https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62279 is
# fixed, we will stick with 7.6.2 which hasn't got this bug..
pkgver=7.11.1
pkgrel=2
pkgrel=3
pkgdesc="GNU Debugger (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/gdb/"

View File

@@ -5,7 +5,7 @@ _realname=libtool
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.4.6
pkgrel=4
pkgrel=5
pkgdesc="A system independent dlopen wrapper for GNU libtool (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/libtool"