builddeb: Add automatic support for or1k architecture

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Ben Hutchings 2018-07-26 11:22:34 +01:00 committed by Masahiro Yamada
parent a27ae285d5
commit 822f44fb5b
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ set_debarch() {
debarch=arm
fi
;;
openrisc)
debarch=or1k ;;
*)
debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
echo "" >&2