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

builddeb: Add automatic support for or1k architecture

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent a27ae285
...@@ -61,6 +61,8 @@ set_debarch() { ...@@ -61,6 +61,8 @@ set_debarch() {
debarch=arm debarch=arm
fi fi
;; ;;
openrisc)
debarch=or1k ;;
*) *)
debarch=$(dpkg-architecture -qDEB_HOST_ARCH) debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
echo "" >&2 echo "" >&2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment