Skip to content

Commit

Permalink
builddeb: Add automatic support for or1k architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
bwhacks authored and masahir0y committed Jul 28, 2018
1 parent a27ae28 commit 822f44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package/mkdebian
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ set_debarch() {
debarch=arm
fi
;;
openrisc)
debarch=or1k ;;
*)
debarch=$(dpkg-architecture -qDEB_HOST_ARCH)
echo "" >&2
Expand Down

0 comments on commit 822f44f

Please sign in to comment.