summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2022-12-27 08:21:18 +0000
committerPellegrino Prevete2022-12-27 08:21:18 +0000
commit777dcb20ab49402b94b92a029e45317d71043d32 (patch)
tree16ac5813f77a7273852e50093e6df752cbc1c4d7 /PKGBUILD
parent5ff9d0841997b81d56ef3eecef136757c8d4343f (diff)
downloadaur-777dcb20ab49402b94b92a029e45317d71043d32.tar.gz
needs gcc<12 to build; gcc7 seems to work
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53cf55cbd93d..afa2a052aa73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _islver=0.18
pkgrel=1
# _snapshot=7-20170907
pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target'
-arch=(i686 x86_64)
+arch=(x86_64 i686)
_domain="${_pkgbase}.gnu.org"
url="http://${_domain}"
_ftp_url="ftp://${_domain}/pub/${_pkgbase}"