1
0
원본 프로젝트 : xt-sys/xtchain

Set target to i386.

This commit is contained in:
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"