[arch-commits] Commit in riscv64-linux-gnu-binutils/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Oct 15 07:11:02 UTC 2020


    Date: Thursday, October 15, 2020 @ 07:11:02
  Author: arodseth
Revision: 724059

upgpkg: riscv64-linux-gnu-binutils 2.35.1-1

Modified:
  riscv64-linux-gnu-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 06:49:36 UTC (rev 724058)
+++ PKGBUILD	2020-10-15 07:11:02 UTC (rev 724059)
@@ -4,7 +4,7 @@
 
 _target=riscv64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.35
+pkgver=2.35.1
 pkgrel=1
 pkgdesc='Assemble and manipulate binary and object files for 32-bit and 64-bit RISC-V'
 arch=(x86_64)
@@ -13,10 +13,10 @@
 groups=(risc-v)
 makedepends=(setconf)
 source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz")
-sha512sums=('9f222e4ab6720036402d03904fb11b73ab87714b85cd84997f7d357f405c7e10581d70202f9165a1ee0c70538632db27ecc9dfe627dddb1e6bc7edb1537cf786')
+sha512sums=('94ff72708403413b70b247f3af4099ebaa882b6659249869f1ed9941a0f1912e313f08357d470f9fd2359e7f5e5b0eb86285e5eaf883fa8187789d6b1bd304eb')
 
 prepare() {
-  setconf binutils-$pkgver/libiberty/configure ac_cpp="'\$CPP \$CPPFLAGS -O2'"
+  setconf binutils-$pkgver/libiberty/configure ac_cpp "'\$CPP \$CPPFLAGS -O2'"
 }
 
 build() {
@@ -24,18 +24,18 @@
 
   unset CPPFLAGS
   ./configure \
+    --disable-nls \
+    --enable-deterministic-archives \
+    --enable-gold \
+    --enable-ld=default \
+    --enable-multilib \
+    --enable-plugins \
+    --prefix=/usr \
     --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
+    --with-sysroot=/usr/$_target \
+    --with-system-zlib
   make
 }
 
@@ -53,4 +53,3 @@
 }
 
 # getver: gnu.org/software/binutils
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list