| commit | bbcf9864e17c84c95de181deabdafc63f754b185 | [log] [tgz] |
|---|---|---|
| author | Alex Woods <wine-devel@giblets.org> | Thu Feb 10 19:09:08 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 19:09:08 2005 +0000 |
| tree | 2469c270e642b435b6ae00a6259dd8d1fd7ea3fc | |
| parent | c083f0e9a63db3b9e2314c1f922c36d532461075 [diff] [blame] |
Handle host_cpu of x86_64 like other x86s.
diff --git a/configure b/configure index 0e1435c..e6d78e3 100755 --- a/configure +++ b/configure
@@ -1487,6 +1487,7 @@ test -n "$CC" || CC="gcc -m32" test -n "$LD" || LD="ld -m elf_i386" test -n "$AS" || AS="as --32" + host_cpu="i386" fi ;; esac