[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Dec 19 17:19:59 UTC 2016


    Date: Monday, December 19, 2016 @ 17:19:58
  Author: anatolik
Revision: 200320

Enable Gold linker

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-19 15:42:09 UTC (rev 200319)
+++ PKGBUILD	2016-12-19 17:19:58 UTC (rev 200320)
@@ -5,7 +5,7 @@
 _target=arm-none-eabi
 pkgname=$_target-binutils
 pkgver=2.27
-pkgrel=1
+pkgrel=2
 #_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -33,7 +33,10 @@
               --with-gnu-as \
               --with-gnu-ld \
               --disable-nls \
-              --enable-plugins
+              --enable-ld=default \
+              --enable-gold \
+              --enable-plugins \
+              --enable-deterministic-archives
 
   make
 }



More information about the arch-commits mailing list