configure: Regenerated.

* configure: Regenerated.
	* configure.in: Add x86_64 to switch statements.

From-SVN: r46341
This commit is contained in:
Andreas Jaeger 2001-10-19 08:29:18 +02:00
parent b2c9c37eb6
commit c307e6ddbe
3 changed files with 20 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2001-10-19 Andreas Jaeger <aj@suse.de>
* configure: Regenerated.
* configure.in: Add x86_64 to switch statements.
2001-10-18 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (sibcall_osf_1): Load destination

4
gcc/configure vendored
View File

@ -7460,7 +7460,7 @@ EOF
;;
i[34567]86-*-*)
i[34567]86-*-* | x86_64-*-*)
echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
echo "configure:7466: checking assembler instructions" >&5
gcc_cv_as_instructions=
@ -7528,7 +7528,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop"
;;
ia64*-*-*)

View File

@ -1607,7 +1607,7 @@ changequote([, ])
;;
changequote(,)dnl
i[34567]86-*-*)
i[34567]86-*-* | x86_64-*-*)
changequote([,])dnl
AC_MSG_CHECKING(assembler instructions)
gcc_cv_as_instructions=
@ -1669,7 +1669,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop"
;;
ia64*-*-*)