projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a049d05
)
uagen: Stop using sparc64 as FreeBSD architecture
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 4 Jan 2022 21:02:39 +0000
(22:02 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 7 Jan 2022 16:23:05 +0000
(17:23 +0100)
It hasn't been supported for a while now.
tools/uagen.pl
patch
|
blob
|
history
diff --git
a/tools/uagen.pl
b/tools/uagen.pl
index
f5ead1d
..
0dc5f4d
100755
(executable)
--- a/
tools/uagen.pl
+++ b/
tools/uagen.pl
@@
-138,7
+138,7
@@
sub generate_platform_and_os() {
FreeBSD => {
karma => 1,
platform => 'X11',
- architectures => [ 'i386', 'amd64'
, 'sparc64'
],
+ architectures => [ 'i386', 'amd64' ],
order_is_inversed => 0,
},
OpenBSD => {