diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c9df53798..b424ab12e0 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ if test "$HostOS" = "mingw32" then test -d inplace || mkdir inplace - if test "$HostOS" = "i386" + if test "$HostArch" = "i386" then # NB. If you update the tarballs to a new version of gcc, don't # forget to tweak the paths in driver/gcc/gcc.c. |