core/binutils to 2.22-2

This commit is contained in:
Kevin Mihelich 2011-12-09 15:46:15 -05:00
parent 0ba1b86bef
commit 3ae5d81c50
3 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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

View file

@ -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 <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - removed ada, go packages
# - removed gnat (ada stuff) from gcc packaging
# - disabled make check, too much stress, kills plugs :(

View file

@ -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 <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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