From 0771226331bbc7a37d2866312455e983dc29587f Mon Sep 17 00:00:00 2001 From: David P Date: Fri, 1 Mar 2019 13:27:25 -0300 Subject: upgpkg: libre/sh-elf-gcc 8.3.0-1 Signed-off-by: David P --- libre/sh-elf-gcc/PKGBUILD | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'libre/sh-elf-gcc') diff --git a/libre/sh-elf-gcc/PKGBUILD b/libre/sh-elf-gcc/PKGBUILD index 06217e131..173791842 100644 --- a/libre/sh-elf-gcc/PKGBUILD +++ b/libre/sh-elf-gcc/PKGBUILD @@ -2,24 +2,26 @@ _target=sh-elf 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 SuperH target" -arch=('x86_64' 'i686' 'armv7h') +pkgdesc='The GNU Compiler Collection - cross compiler for SuperH target' +arch=(x86_64 i686 armv7h) url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils libmpc zlib) makedepends=(gmp mpfr $_target-newlib) optdepends=("$_target-newlib: Standard C library ($_target target)") 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 @@ -38,11 +40,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 @@ -78,15 +80,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 } package() { - cd build-gcc + cd gcc-build make DESTDIR="$pkgdir" install # strip target binaries -- cgit v1.2.3