projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5beea1e
)
uagen: Add 'aarch64' as Linux architecture
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 5 Aug 2022 20:59:45 +0000
(22:59 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 7 Aug 2022 08:16:38 +0000
(10:16 +0200)
tools/uagen.pl
patch
|
blob
|
history
diff --git
a/tools/uagen.pl
b/tools/uagen.pl
index
ad463d2
..
955746d
100755
(executable)
--- a/
tools/uagen.pl
+++ b/
tools/uagen.pl
@@
-156,7
+156,7
@@
sub generate_platform_and_os() {
Linux => {
karma => 1,
platform => 'X11',
- architectures => [ 'i586', 'i686', 'x86_64' ],
+ architectures => [ '
aarch64', '
i586', 'i686', 'x86_64' ],
order_is_inversed => 0,
},
SunOS => {