[arch-commits] Commit in gdc/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Sep 3 16:19:33 UTC 2018


    Date: Monday, September 3, 2018 @ 16:19:32
  Author: ffy00
Revision: 376402

upgpkg: gdc 8.2.0+2.068.2-6

Fix missing lto plugin

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-03 15:33:21 UTC (rev 376401)
+++ PKGBUILD	2018-09-03 16:19:32 UTC (rev 376402)
@@ -16,7 +16,7 @@
 _gccver=8.2.0
 _d_ver=''
 _gdmd_commit=0b374bfb3b0df7d0ad76de95e9dd0d5ff7ea07fa
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 license=('GPL3')
 url="https://github.com/D-Programming-GDC/GDC"
@@ -91,6 +91,7 @@
                           --disable-libssp \
                           --enable-gnu-unique-object \
                           --enable-linker-build-id \
+                          --enable-lto \
                           --enable-plugin \
                           --enable-install-libiberty \
                           --with-linker-hash-style=gnu \
@@ -104,7 +105,7 @@
                           --with-pkgversion="GDC ${pkgver%+*} based on D v${pkgver#*+} built with ISL $_islver for Arch Linux" \
                           gdc_include_dir=/usr/include/dlang/gdc
 
-                          #--enable-gold \ 
+                          #--enable-gold \
 
 
   make



More information about the arch-commits mailing list