ソースを参照

builddeb: Add automatic support for m68k architecture

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Ben Hutchings 7 年 前
コミット
60ca40a064
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/package/mkdebian

+ 1 - 1
scripts/package/mkdebian

@@ -26,7 +26,7 @@ set_debarch() {
 
 
 	# Attempt to find the correct Debian architecture
 	# Attempt to find the correct Debian architecture
 	case "$UTS_MACHINE" in
 	case "$UTS_MACHINE" in
-	i386|ia64|alpha)
+	i386|ia64|alpha|m68k)
 		debarch="$UTS_MACHINE" ;;
 		debarch="$UTS_MACHINE" ;;
 	x86_64)
 	x86_64)
 		debarch=amd64 ;;
 		debarch=amd64 ;;