From 3c050cae000520370c56d6ea2b3bb0d1f2b340ac Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 10 Mar 2019 23:50:25 +0100 Subject: libre: x86_64-pc-linux-gnu toolchain: sync with arm-linux-gnueabi Signed-off-by: Denis 'GNUtoo' Carikli --- libre/x86_64-pc-linux-gnu-binutils/PKGBUILD | 4 ++-- libre/x86_64-pc-linux-gnu-gcc/PKGBUILD | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) (limited to 'libre') diff --git a/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD b/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD index 6232d6c84..767194b87 100644 --- a/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD +++ b/libre/x86_64-pc-linux-gnu-binutils/PKGBUILD @@ -3,7 +3,7 @@ _target=x86_64-pc-linux-gnu pkgname=$_target-binutils pkgver=2.31.1 -pkgrel=1 +pkgrel=2 pkgdesc='A set of programs to assemble and manipulate binary and object files for the x86_64 target' arch=('i686' 'armv7h') url='http://www.gnu.org/software/binutils/' @@ -31,12 +31,12 @@ build() { ./configure --target=$_target \ --with-sysroot=/usr/$_target \ --prefix=/usr \ + --disable-multilib \ --with-gnu-as \ --with-gnu-ld \ --disable-nls \ --enable-ld=default \ $enable_gold \ - --enable-multilib \ --enable-plugins \ --enable-deterministic-archives diff --git a/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD b/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD index f0395fd3f..8cc65280e 100644 --- a/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD +++ b/libre/x86_64-pc-linux-gnu-gcc/PKGBUILD @@ -2,23 +2,25 @@ _target=x86_64-pc-linux-gnu pkgname=$_target-gcc -_pkgver=8.2.0 +_pkgver=8.3.0 #_snapshot=8-20180824 pkgver=$_pkgver${_snapshot/*-/+} -_islver=0.19 +_islver=0.20 pkgrel=1 -pkgdesc="The GNU Compiler Collection - cross compiler for x86_64 target" -arch=('i686' 'armv7h') +pkgdesc='The GNU Compiler Collection - cross compiler for x86_64 target' +arch=(i686 armv7h) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils libmpc zlib) makedepends=(gmp mpfr) options=(!emptydirs !strip) -source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz +source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz{,.sig} #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) -sha512sums=('64898a165f67e136d802a92e7633bf1b06c85266027e52127ea025bf5fc2291b5e858288aac0bdba246e6cdf7c6ec88bc8e0e7f3f6f1985f4297710cafde56ed' - '08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083') +sha512sums=('1811337ae3add9680cec64968a2509d085b6dc5b6783fc1e8c295e3e47416196fd1a3ad8dfe7e10be2276b4f62c357659ce2902f239f60a8648548231b4b5802' + 'SKIP' + 'afe2e159b74646a26449268637403d271f9e3f6410d8cc1c9cffca41370c4357b165dea844db0c2a654591f954e54710dda650c8088abd4711406aa6302da950') +validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek if [ -n "$_snapshot" ]; then _basedir=gcc-$_snapshot @@ -37,11 +39,11 @@ prepare() { # hack! - some configure tests for header files using "$CPP $CPPFLAGS" sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" "$srcdir"/$_basedir/{libiberty,gcc}/configure - mkdir $srcdir/build-gcc + mkdir $srcdir/gcc-build } build() { - cd build-gcc + cd gcc-build # using -pipe causes spurious test-suite failures # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565 @@ -53,7 +55,6 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib \ --enable-languages=c,c++ \ - --enable-multilib \ --enable-plugins \ --enable-shared \ --disable-decimal-float \ @@ -66,6 +67,7 @@ build() { --disable-nls \ --disable-threads \ --disable-tls \ + --disable-multilib \ --with-gnu-as \ --with-gnu-ld \ --with-system-zlib \ @@ -74,15 +76,13 @@ build() { --with-mpc \ --with-isl \ --with-libelf \ - --enable-gnu-indirect-function \ - --with-pkgversion='Parabola Repository' \ - --with-bugurl='https://labs.parabola.nu/' + --enable-gnu-indirect-function make $MAKEFLAGS all-gcc } package() { - cd build-gcc + cd gcc-build make DESTDIR="$pkgdir" install-gcc -- cgit v1.2.3