From b1127e7e872211d871c2c35cc2def4db9ee1a3f1 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 2 Jun 2019 00:08:52 -0400 Subject: upgpkg: cross/cross-gcc 9.1.0-1 Signed-off-by: David P --- cross/cross-gcc/PKGBUILD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'cross') diff --git a/cross/cross-gcc/PKGBUILD b/cross/cross-gcc/PKGBUILD index 65e741c42..e63bc5262 100644 --- a/cross/cross-gcc/PKGBUILD +++ b/cross/cross-gcc/PKGBUILD @@ -68,7 +68,7 @@ # < : experimental support. (future) #-------------------------------------------------------------------------------- -# Tips for build(): +# Tips for build(): #-------------------------------------------------------------------------------- # * If builing without "--disable-multilib" make sure to have "--with-python-dir=share/gcc-$_target" # @@ -103,24 +103,24 @@ case ${_target%%-*} in esac pkgname=$_target-gcc -_pkgver=8.2.0 -_snapshot=8-20180824 +_pkgver=9.1.0 +#_snapshot=9-20190601 pkgver=$_pkgver${_snapshot/*-/+} -_islver=0.19 +_islver=0.21 pkgrel=1 pkgdesc="The GNU Compiler Collection - cross compiler for $_target_name target" -arch=('i686' 'x86_64' 'armv7h' 'aarch64' 'mips64el') +arch=('i686' 'x86_64' 'armv7h' 'aarch64' 'mips64el' 'ppc64le') url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils libmpc zlib) makedepends=(gmp mpfr) #optdepends=("$_target-newlib: Standard C library ($_target target)") # Uncomment if building --with-newlib support options=(!emptydirs !strip) -source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz - https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz +source=(https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgver/gcc-$_pkgver.tar.xz + #https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) -sha512sums=('9407170278549eb48c3fd7bd47c75dc24286f45e0a21d241ce1cf7a8c4e5b2d58c62b02ba36f412508b9f86fcc73f11c510746972fba6b827a171ca9ecdc8ab0' - '08f4db964d9e02ec8aa9779378ed76e0ddf1d56f81f87664dbf787555ce496cdc87e836f8a51ae137f45e648c604870cce07ee45919eafb549e404afb8f27083') +sha512sums=('b6134df027e734cee5395afd739fcfa4ea319a6017d662e54e89df927dea19d3fff7a6e35d676685383034e3db01c9d0b653f63574c274eeb15a2cb0bc7a1f28' + '48f3b8d90550e8ab28837b5757f87bf99cddec67769877e04942abef69bbe526ef4c863951d55dd89a6027dc09df48988c8df6029782f990aa4d5b67e65f6d53') if [ -n "$_snapshot" ]; then _basedir=gcc-$_snapshot @@ -188,12 +188,12 @@ package() { cd build-gcc make DESTDIR="$pkgdir" install-gcc - # Use the following instead if building with `make' on build() + # Use the following instead if building using `make' without options in build() #make DESTDIR="$pkgdir" install # strip target binaries find "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' \; - # Use the following instead if building with `make' on build() + # Use the following instead if building using `make' without options in build() #find "$pkgdir"/usr/lib/gcc/$_target/$_pkgver "$pkgdir"/usr/$_target/lib -type f -and \( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' \; # strip host binaries @@ -202,6 +202,6 @@ package() { # Remove files that conflict with host gcc package rm -r "$pkgdir"/usr/share/man/man7 rm -r "$pkgdir"/usr/share/info - # Add the following if building with `make' on build() + # Add the following if building using `make' without options in build() #rm "$pkgdir"/usr/lib/libcc1.* } -- cgit v1.2.3