summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Alvarez2022-05-19 16:54:15 +0200
committerDavid Alvarez2022-05-19 17:32:29 +0200
commit6f4563823df64904f17e2e46b1dee16598d425d4 (patch)
tree744bb8e9f1aee77103ecc1bf463c672dafa65f76
parented24c614c9429ccfdc295707e49977b20102a9cc (diff)
downloadaur-gcc7.tar.gz
Add !lto as other GCC packages
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f8f93d8f95..afc0db8754b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gcc7
pkgdesc = The GNU Compiler Collection (7.x.x)
pkgver = 7.5.0
- pkgrel = 3
+ pkgrel = 4
url = http://gcc.gnu.org
arch = x86_64
license = GPL
@@ -15,6 +15,7 @@ pkgbase = gcc7
makedepends = subversion
makedepends = flex
options = !emptydirs
+ options = !lto
source = https://gcc.gnu.org/pub/gcc/releases/gcc-7.5.0/gcc-7.5.0.tar.xz
source = https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.18.tar.bz2
source = bz84080.patch
@@ -26,20 +27,21 @@ pkgbase = gcc7
pkgname = gcc7
pkgdesc = The GNU Compiler Collection - C and C++ frontends (7.x.x)
- depends = gcc7-libs=7.5.0-3
+ depends = gcc7-libs=7.5.0-4
depends = binutils>=2.28
depends = libmpc
options = !emptydirs
+ options = !lto
options = staticlibs
pkgname = gcc7-libs
pkgdesc = Runtime libraries shipped by GCC (7.x.x)
depends = glibc>=2.27
options = !emptydirs
+ options = !lto
options = !strip
pkgname = gcc7-fortran
pkgdesc = Fortran front-end for GCC (7.x.x)
- depends = gcc7=7.5.0-3
+ depends = gcc7=7.5.0-4
options = !emptydirs
-
diff --git a/PKGBUILD b/PKGBUILD
index a0029d56cc63..59af77db6a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,13 +14,13 @@ pkgver=7.5.0
_pkgver=7
_majorver=${pkgver:0:1}
_islver=0.18
-pkgrel=3
+pkgrel=4
pkgdesc='The GNU Compiler Collection (7.x.x)'
arch=(x86_64)
license=(GPL LGPL FDL custom)
url='http://gcc.gnu.org'
makedepends=(binutils libmpc doxygen python subversion flex)
-options=(!emptydirs)
+options=(!emptydirs !lto)
source=(https://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.xz
https://gcc.gnu.org/pub/gcc/infrastructure/isl-${_islver}.tar.bz2
bz84080.patch