Handle host_cpu of x86_64 like other x86s.

oldstable
Alex Woods 2005-02-10 19:09:08 +00:00 committed by Alexandre Julliard
parent c083f0e9a6
commit bbcf9864e1
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -1487,6 +1487,7 @@ case $host in
test -n "$CC" || CC="gcc -m32" test -n "$CC" || CC="gcc -m32"
test -n "$LD" || LD="ld -m elf_i386" test -n "$LD" || LD="ld -m elf_i386"
test -n "$AS" || AS="as --32" test -n "$AS" || AS="as --32"
host_cpu="i386"
fi fi
;; ;;
esac esac

View File

@ -49,6 +49,7 @@ case $host in
test -n "$CC" || CC="gcc -m32" test -n "$CC" || CC="gcc -m32"
test -n "$LD" || LD="ld -m elf_i386" test -n "$LD" || LD="ld -m elf_i386"
test -n "$AS" || AS="as --32" test -n "$AS" || AS="as --32"
host_cpu="i386"
fi fi
;; ;;
esac esac