Commit bbcf9864 authored by Alex Woods's avatar Alex Woods Committed by Alexandre Julliard

Handle host_cpu of x86_64 like other x86s.

parent c083f0e9
......@@ -1487,6 +1487,7 @@ case $host in
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
......
......@@ -49,6 +49,7 @@ case $host in
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment