From 3ae5d81c506ff2bbabce0501178a7fb87c03c19d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 9 Dec 2011 15:46:15 -0500 Subject: [PATCH] core/binutils to 2.22-2 --- core/binutils/PKGBUILD | 12 ++++++------ core/gcc/PKGBUILD | 2 +- core/glibc/PKGBUILD | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index 8f8fa2a7f..6906f047e 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -3,7 +3,7 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - Added a CONFIGFLAG for arm, defining our build host # - Disabled make check, too processor/ram intensive, blows up @@ -11,25 +11,25 @@ plugrel=1 noautobuild=1 pkgname=binutils -pkgver=2.21.1 +pkgver=2.22 pkgrel=2 -_date=20110627 +_date=20111201 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils/" license=('GPL') -groups=('base') +groups=('base-devel') depends=('glibc>=2.14' 'zlib') checkdepends=('dejagnu') options=('!libtool' '!distcc' '!ccache') install=binutils.install source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}_${_date}.tar.bz2) -md5sums=('2face559e80d649ba148e42bb2d1fb0f') +md5sums=('77c15027ac112c65fd5f73ca91b0651c') mksource() { mkdir ${pkgname}-${_date} cd ${pkgname}-${_date} - export _TAG=binutils-2_21-branch + export _TAG=binutils-2_22-branch export 'CVSROOT=:pserver:anoncvs@sourceware.org:/cvs/src' cvs -z9 co -r $_TAG binutils || return 1 mv src binutils diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 484d12c43..047e120a3 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -4,7 +4,7 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc # NOTE: libtool requires rebuilt with each new gcc version -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - removed ada, go packages # - removed gnat (ada stuff) from gcc packaging # - disabled make check, too much stress, kills plugs :( diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 106cc86a8..441ac93cb 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -4,7 +4,7 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc # NOTE: valgrind requires rebuilt with each major glibc version -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - Added source file for glibc-ports, needed for building on ARM # - Symlink glibc-ports source dir to ports dir in glibc directory # - Changed configure to enable ports add-on, specify our build host type