Set target to i386.

此提交包含在:
2020-08-26 17:01:25 +02:00
父節點 4cc4e3fa3c
當前提交 91b34c1656

查看文件

@@ -21,7 +21,7 @@ charch()
export TARGET="armv7"
;;
"i386"|"i486"|"i586"|"i686"|"x86")
export TARGET="i686"
export TARGET="i386"
;;
"amd64"|"x64"|"x86_64")
export TARGET="amd64"