mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/binutils to 2.24-1
This commit is contained in:
parent
f18d1b5914
commit
52cd16cc02
1 changed files with 8 additions and 22 deletions
|
@ -10,8 +10,8 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=binutils
|
||||
pkgver=2.23.2
|
||||
pkgrel=3
|
||||
pkgver=2.24
|
||||
pkgrel=1
|
||||
pkgdesc="A set of programs to assemble and manipulate binary and object files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/binutils/"
|
||||
|
@ -19,21 +19,15 @@ license=('GPL')
|
|||
groups=('base-devel')
|
||||
depends=('glibc>=2.18' 'zlib')
|
||||
checkdepends=('dejagnu')
|
||||
options=('!libtool' '!distcc' '!ccache')
|
||||
options=('staticlibs' '!distcc' '!ccache')
|
||||
install=binutils.install
|
||||
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
|
||||
binutils-2.23.2-texinfo-5.0.patch)
|
||||
md5sums=('4f8fa651e35ef262edc01d60fb45702e'
|
||||
'dfde4428f08d91f309cdcfe92bf28d08'
|
||||
'34e439ce23213a91e2af872dfbb5094c')
|
||||
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
|
||||
md5sums=('e0f71a7b2ddab0f8612336ac81d9636b'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}/binutils-${pkgver}
|
||||
|
||||
# http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
|
||||
# http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
|
||||
patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
|
||||
|
||||
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
|
||||
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
|
||||
|
||||
|
@ -53,9 +47,8 @@ build() {
|
|||
${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
|
||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||
--enable-ld=default --enable-gold \
|
||||
--enable-plugins --enable-threads \
|
||||
--with-pic --enable-shared \
|
||||
--enable-threads --enable-shared \
|
||||
--enable-ld=default --enable-gold --enable-plugins \
|
||||
--disable-werror $CONFIGFLAG
|
||||
|
||||
# check the host environment and makes sure all the necessary tools are available
|
||||
|
@ -75,13 +68,6 @@ package() {
|
|||
cd ${srcdir}/binutils-build
|
||||
make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
|
||||
|
||||
# Add some useful headers
|
||||
install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h ${pkgdir}/usr/include
|
||||
install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h ${pkgdir}/usr/include
|
||||
|
||||
# Install PIC libiberty.a
|
||||
install -m644 libiberty/pic/libiberty.a ${pkgdir}/usr/lib
|
||||
|
||||
# Remove unwanted files
|
||||
rm -f ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
|
||||
rm ${pkgdir}/usr/share/info/{configure,standards}.info
|
||||
|
|
Loading…
Reference in a new issue