Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a27ae285 authored by Ben Hutchings's avatar Ben Hutchings Committed by Masahiro Yamada
Browse files

builddeb: Add automatic support for sparc64 architecture



We currently label 64-bit kernel packages as sparc (32-bit), mostly
because it was officially supported while sparc64 was not.  Now
neither is officially supported, so label these packages as sparc64.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 679caaf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ set_debarch() {
	x86_64)
		debarch=amd64 ;;
	sparc*)
		debarch=sparc ;;
		debarch=sparc$(if_enabled_echo 64BIT 64) ;;
	s390*)
		debarch=s390x ;;
	ppc*)