Commit c307e6dd by Andreas Jaeger

configure: Regenerated.

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

From-SVN: r46341
parent b2c9c37e
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> 2001-10-18 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (sibcall_osf_1): Load destination * config/alpha/alpha.md (sibcall_osf_1): Load destination
......
...@@ -7460,7 +7460,7 @@ EOF ...@@ -7460,7 +7460,7 @@ EOF
;; ;;
i[34567]86-*-*) i[34567]86-*-* | x86_64-*-*)
echo $ac_n "checking assembler instructions""... $ac_c" 1>&6 echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
echo "configure:7466: checking assembler instructions" >&5 echo "configure:7466: checking assembler instructions" >&5
gcc_cv_as_instructions= gcc_cv_as_instructions=
...@@ -7528,7 +7528,7 @@ gcc_cv_as_dwarf2_debug_line=no ...@@ -7528,7 +7528,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*) i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
...@@ -1607,7 +1607,7 @@ changequote([, ]) ...@@ -1607,7 +1607,7 @@ changequote([, ])
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-*-*) i[34567]86-*-* | x86_64-*-*)
changequote([,])dnl changequote([,])dnl
AC_MSG_CHECKING(assembler instructions) AC_MSG_CHECKING(assembler instructions)
gcc_cv_as_instructions= gcc_cv_as_instructions=
...@@ -1669,7 +1669,7 @@ gcc_cv_as_dwarf2_debug_line=no ...@@ -1669,7 +1669,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*) i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
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