diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-01-29 15:06:14 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-01-29 15:06:14 +0100 |
commit | 403b83664df3bcdef327e42f23aa6a02d3e13a94 (patch) | |
tree | 3a552d4f8b98f9f1a4f92ccfcbd92fc79929c2eb /pcr/nextpnr-git | |
parent | e0d5d4f1c967d9908b1b72a5a6172cde17c31354 (diff) | |
download | abslibre-403b83664df3bcdef327e42f23aa6a02d3e13a94.tar.gz abslibre-403b83664df3bcdef327e42f23aa6a02d3e13a94.tar.bz2 abslibre-403b83664df3bcdef327e42f23aa6a02d3e13a94.zip |
pcr: nextpnr-git: add armv7h support
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/nextpnr-git')
-rw-r--r-- | pcr/nextpnr-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index e2adf39b8..309aca475 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer(AUR): Graham Edgecombe <gpe@grahamedgecombe.com> # parabola changes and rationale: -# no changes. +# - Add armv7h support pkgname=nextpnr-git pkgver=r2884.15b2852b pkgrel=1 pkgdesc='Portable FPGA place and route tool' -arch=('i686' 'x86_64') +arch=('armv7h' 'i686' 'x86_64') url='https://github.com/YosysHQ/nextpnr' license=('custom:ISC') depends=('boost-libs' 'python' 'qt5-base') |