From 80bbcab65d7959b715f55f549fe6bf5e84aa5ad6 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 21 Dec 2020 08:19:48 +0100 Subject: [PATCH] Set 80x86 architecture to i686 --- scripts/xtclib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xtclib b/scripts/xtclib index 86e8dc7..43e9c5c 100755 --- a/scripts/xtclib +++ b/scripts/xtclib @@ -21,7 +21,7 @@ charch() export TARGET="armv7" ;; "i386"|"i486"|"i586"|"i686"|"x86") - export TARGET="i386" + export TARGET="i686" ;; "amd64"|"x64"|"x86_64") export TARGET="amd64"