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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Jun 30 13:34:08 UTC 2017


    Date: Friday, June 30, 2017 @ 13:34:07
  Author: bpiotrowski
Revision: 299432

7.1.1-4: enable SSP and PIE by default

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 12:38:02 UTC (rev 299431)
+++ PKGBUILD	2017-06-30 13:34:07 UTC (rev 299432)
@@ -8,8 +8,8 @@
 pkgver=7.1.1
 _pkgver=${pkgver:0:1}
 _islver=0.18
-pkgrel=3
-_commit=81fc9125b24bba5f2761b7986ff4e3de14740291
+pkgrel=4
+_commit=d791474f3fc2133fa0c310e566988b0cbdff321e
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -81,7 +81,9 @@
       --enable-gnu-indirect-function \
       --disable-multilib \
       --disable-werror \
-      --enable-checking=release
+      --enable-checking=release \
+      --enable-default-pie \
+      --enable-default-ssp
 
   make
 



More information about the arch-commits mailing list