Set target to i386.

This commit is contained in:
Rafal Kupiec 2020-08-26 17:01:25 +02:00
parent 4cc4e3fa3c
commit 91b34c1656
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

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"