summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2020-04-25 10:28:18 +0200
committerAdrien Prost-Boucle2020-04-25 10:28:18 +0200
commit4c96a93e568900d9fd9311e8865cf5261181ce8f (patch)
treec5c2a0cd412d492ab66741ec4f61d3deb721cc22
parent6d5ae96569510c0a627ebbc54b3b0df0bab8042e (diff)
downloadaur-4c96a93e568900d9fd9311e8865cf5261181ce8f.tar.gz
Use gcc 9.3 and remove -j1 at compilation of ghdllib
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f105ee12621a..b149cfe5bbec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 23 22:57:00 UTC 2020
+# Sat Apr 25 08:26:59 UTC 2020
pkgbase = ghdl-gcc-git
pkgdesc = VHDL simulator - GCC back-end
- pkgver = 1.0dev.r4725.g89826463
+ pkgver = 1.0dev.r4995.g43263a95
pkgrel = 1
url = https://github.com/ghdl/ghdl
install = ghdl.install
@@ -10,18 +10,18 @@ pkgbase = ghdl-gcc-git
license = GPLv2
makedepends = gcc-ada
makedepends = git
- provides = ghdl=1.0dev.r4725.g89826463
- provides = ghdl-git=1.0dev.r4725.g89826463
+ provides = ghdl=1.0dev.r4995.g43263a95
+ provides = ghdl-git=1.0dev.r4995.g43263a95
conflicts = ghdl
conflicts = ghdl-llvm-git
conflicts = ghdl-mcode-git
options = !emptydirs
options = staticlibs
source = ghdl::git://github.com/ghdl/ghdl.git
- source = ftp://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz
+ source = ftp://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz
source = http://isl.gforge.inria.fr/isl-0.22.1.tar.bz2
sha256sums = SKIP
- sha256sums = ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
+ sha256sums = 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
sha256sums = 1a668ef92eb181a7c021e8531a3ca89fd71aa1b3744db56f68365ab0a224c5cd
pkgname = ghdl-gcc-git
diff --git a/PKGBUILD b/PKGBUILD
index 1b4f0ed1e69c..1f95fc347717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/ghdl/
pkgname=ghdl-gcc-git
-pkgver=1.0dev.r4725.g89826463
+pkgver=1.0dev.r4995.g43263a95
pkgrel=1
arch=('any')
pkgdesc='VHDL simulator - GCC back-end'
@@ -16,7 +16,7 @@ makedepends=('gcc-ada' 'git')
install=ghdl.install
options=(!emptydirs staticlibs)
-_gccver=9.2.0
+_gccver=9.3.0
_islver=0.22.1
source=(
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
'SKIP'
- 'ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
+ '71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1'
'1a668ef92eb181a7c021e8531a3ca89fd71aa1b3744db56f68365ab0a224c5cd'
)
@@ -135,7 +135,7 @@ build() {
# Build VHDL libraries and runtime,
# with some tweaks to enable running GHDL without installing it
- make -j1 \
+ make \
GHDL_GCC_BIN="${srcdir}/gcc-build/gcc/ghdl" \
GHDL1_GCC_BIN="--GHDL1=${srcdir}/gcc-build/gcc/ghdl1" \
ghdllib