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

Alexander Rødseth arodseth at archlinux.org
Fri Aug 26 10:25:11 UTC 2016


    Date: Friday, August 26, 2016 @ 10:25:11
  Author: arodseth
Revision: 187596

upgpkg: codeblocks 16.01-5

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 10:17:22 UTC (rev 187595)
+++ PKGBUILD	2016-08-26 10:25:11 UTC (rev 187596)
@@ -8,7 +8,7 @@
 
 pkgname=codeblocks
 pkgver=16.01
-pkgrel=4
+pkgrel=5
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64' 'i686')
 url='http://www.codeblocks.org/'
@@ -27,8 +27,8 @@
   export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
 
   # FS#49799
-  export CFLAGS="-march=native -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
-  export CXXFLAGS="-march=native -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
+  export CFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
+  export CXXFLAGS="-mtune=generic -O0 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
   export LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
 
   ./bootstrap



More information about the arch-commits mailing list