[arch-commits] Commit in riscv64-linux-gnu-binutils/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sun May 13 08:59:39 UTC 2018


    Date: Sunday, May 13, 2018 @ 08:59:38
  Author: felixonmars
Revision: 321576

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
    (from rev 321575, riscv64-linux-gnu-binutils/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  122 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-13 08:59:13 UTC (rev 321575)
+++ PKGBUILD	2018-05-13 08:59:38 UTC (rev 321576)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Emil Renner Berthing <aur at esmil.dk>
-
-_target=riscv64-linux-gnu
-pkgname=$_target-binutils
-pkgver=2.29.1
-pkgrel=1
-pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit RISC-V'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/binutils/'
-license=('GPL')
-depends=('zlib')
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz")
-sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e')
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  unset CPPFLAGS
-
-  ./configure \
-    --target=$_target \
-    --prefix=/usr \
-    --with-sysroot=/usr/$_target \
-    --with-gnu-as \
-    --with-gnu-ld \
-    --with-system-zlib \
-    --disable-nls \
-    --enable-multilib \
-    --enable-ld=default \
-    --enable-gold \
-    --enable-plugins \
-    --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD (from rev 321575, riscv64-linux-gnu-binutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-13 08:59:38 UTC (rev 321576)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Emil Renner Berthing <aur at esmil.dk>
+
+_target=riscv64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.30
+pkgrel=1
+pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit RISC-V'
+arch=('x86_64')
+url='http://www.gnu.org/software/binutils/'
+license=('GPL')
+depends=('zlib')
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz")
+sha512sums=('e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839')
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  unset CPPFLAGS
+
+  ./configure \
+    --target=$_target \
+    --prefix=/usr \
+    --with-sysroot=/usr/$_target \
+    --with-gnu-as \
+    --with-gnu-ld \
+    --with-system-zlib \
+    --disable-nls \
+    --enable-multilib \
+    --enable-ld=default \
+    --enable-gold \
+    --enable-plugins \
+    --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+
+# vim: set ts=2 sw=2 et:



More information about the arch-commits mailing list