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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 4 19:14:52 UTC 2016


    Date: Tuesday, October 4, 2016 @ 19:14:52
  Author: anatolik
Revision: 191336

FS#50848: disable __cxa_atexit compiler feature to match avr-libc behavior

Modified:
  avr-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-04 18:20:37 UTC (rev 191335)
+++ PKGBUILD	2016-10-04 19:14:52 UTC (rev 191336)
@@ -8,8 +8,8 @@
 
 pkgname=avr-gcc
 pkgver=6.2.0
-pkgrel=1
-_snapshot=6-20160825
+pkgrel=2
+_snapshot=6-20160929
 _islver=0.17.1
 pkgdesc='The GNU AVR Compiler Collection'
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
         ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
         http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
        )
-sha1sums=('7cac5c1f8c51ed8e175f5c8fe696a68fcd400e99'
+sha1sums=('19aa0936d1d1419e8cfb251f254b0857470f5fdd'
           '10332b7f9bcbf3277f1013b2734e3bfbd5890e64')
 
 if [ -n "${_snapshot}" ]; then
@@ -49,7 +49,8 @@
     export CFLAGS_FOR_TARGET='-O2 -pipe'
     export CXXFLAGS_FOR_TARGET='-O2 -pipe'
 
-    # --disable-linker-build-id: https://bugs.archlinux.org/task/34902
+    # --disable-linker-build-id   https://bugs.archlinux.org/task/34902
+    # --disable-__cxa_atexit   https://bugs.archlinux.org/task/50848
     ${srcdir}/${_basedir}/configure \
                 --disable-install-libiberty \
                 --disable-libssp \
@@ -58,7 +59,7 @@
                 --disable-linker-build-id \
                 --disable-nls \
                 --disable-werror \
-                --enable-__cxa_atexit \
+                --disable-__cxa_atexit \
                 --enable-checking=release \
                 --enable-clocale=gnu \
                 --enable-gnu-unique-object \



More information about the arch-commits mailing list