changeset 577:5f6935ca2b71

Oops. HOST=i.86 should become i386, not i686.
author Rob Landley <rob@landley.net>
date Wed, 19 Mar 2008 12:54:04 -0500
parents d49cd2941848
children b3f6400d0046
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Mar 18 19:15:20 2008 -0500
+++ b/configure	Wed Mar 19 12:54:04 2008 -0500
@@ -14,7 +14,7 @@
 [ -z "$EXESUF" ] && EXESUF=
 [ -z "$CFLAGS" ] && CFLAGS="-g -Wall -fsigned-char -Os -fno-strict-aliasing"
 [ -z "$LIBS" ] && LIBS="-lm -ldl"
-[ -z "$HOST" ] && HOST=$(uname -m | sed 's/i.86/i686/')
+[ -z "$HOST" ] && HOST=$(uname -m | sed 's/i.86/i386/')
 [ -z "$PREFIX" ] && PREFIX=/usr/local
 
 # Set the compiler's search/install paths.