Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
avr-gcc


Commits:
533ec9e5 by Anatol Pomozov at 2023-08-18T10:50:28-07:00
Disable !strip option

It moves debug symbols into -debug package and make the main package smaller

FS#79398

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 _target=avr
 pkgname=$_target-gcc
 pkgver=13.2.0
-pkgrel=1
+pkgrel=2
 #_snapshot=7-20180125
 pkgdesc='The GNU AVR Compiler Collection'
 arch=(x86_64)
@@ -16,7 +16,7 @@ license=(GPL LGPL FDL custom)
 url='http://gcc.gnu.org/'
 depends=($_target-binutils gcc-libs libmpc libisl zstd)
 optdepends=('avr-libc: Standard C library for Atmel AVR development')
-options=(!emptydirs !strip !lto)
+options=(!emptydirs !lto)
 source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
         
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.xz
        )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gcc/-/commit/533ec9e5c14b90957769b369d315fb6de411b4d6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-gcc/-/commit/533ec9e5c14b90957769b369d315fb6de411b4d6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to