summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Alvarez2022-05-19 16:54:15 +0200
committerDavid Alvarez2022-05-19 17:32:29 +0200
commit6f4563823df64904f17e2e46b1dee16598d425d4 (patch)
tree744bb8e9f1aee77103ecc1bf463c672dafa65f76 /PKGBUILD
parented24c614c9429ccfdc295707e49977b20102a9cc (diff)
downloadaur-6f4563823df64904f17e2e46b1dee16598d425d4.tar.gz
Add !lto as other GCC packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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