Set target to i386.

This commit is contained in:
2020-08-26 17:01:25 +02:00
committed by belliash
parent c5d4f9fd9b
commit 0d2f103dc9

View File

@@ -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"