summaryrefslogtreecommitdiffstats
path: root/util/xcompile/xcompile
diff options
context:
space:
mode:
Diffstat (limited to 'util/xcompile/xcompile')
-rw-r--r--util/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 0ac2bec9421c..b342de308f27 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -181,7 +181,7 @@ arch_config_aarch64() {
}
arch_config_x86() {
- TARCH="i386"
+ TARCH="x86_32"
TBFDARCH="i386"
TCLIST="i386 x86_64"
TWIDTH="32"