summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Van Ness2024-04-11 08:23:44 +0200
committerAki Van Ness2024-04-11 08:23:44 +0200
commitac9adaadf19ac2a2726b0e9fdc26191117559d0b (patch)
treea9d53303e8c17309f68a498ce50fb5cdcf47c1eb
parentedb4a8bed883898609ad406d5a94d6d3fabb5e55 (diff)
downloadaur-ac9adaadf19ac2a2726b0e9fdc26191117559d0b.tar.gz
Bumpped nextpnr-all version to 20240411_nextpnr_0.7_26_gd3b53d8e
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ecd4159f43a..8716cc791ab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ build() {
cd "${srcdir}/nextpnr/build-machxo2"
cmake -G Ninja \
- -DARCH=ecp5 \
+ -DARCH=machxo \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 1ee9e442db32..4e2a84330d64 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -72,7 +72,7 @@ build() {
cd "${srcdir}/nextpnr/build-machxo2"
cmake -G Ninja \
- -DARCH=ecp5 \
+ -DARCH=machxo \
-DBUILD_PYTHON=ON \
-DBUILD_GUI=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \