Browse Source

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>
Ben Hutchings 7 years ago
parent
commit
822f44fb5b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/package/mkdebian

+ 2 - 0
scripts/package/mkdebian

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