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

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

builddeb: Add automatic support for or1k architecture

parent a27ae285
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ set_debarch() {
			debarch=arm
		fi
		;;
	openrisc)
		debarch=or1k ;;
	*)
		debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
		echo "" >&2