blob: afc0db8754b95073131e54b48976d67bf097f9e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
pkgbase = gcc7
pkgdesc = The GNU Compiler Collection (7.x.x)
pkgver = 7.5.0
pkgrel = 4
url = http://gcc.gnu.org
arch = x86_64
license = GPL
license = LGPL
license = FDL
license = custom
makedepends = binutils
makedepends = libmpc
makedepends = doxygen
makedepends = python
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
source = libsanitizer.patch
sha256sums = b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661
sha256sums = 6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b
sha256sums = bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7
sha256sums = ee25895428a9dbd3217de109a043c54cb9f51e6a04a260be088a619c0f677e68
pkgname = gcc7
pkgdesc = The GNU Compiler Collection - C and C++ frontends (7.x.x)
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-4
options = !emptydirs
|