diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2001-10-19 08:29:18 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-10-19 08:29:18 +0200 |
commit | c307e6ddbe4cf07ae84d9a0d65f3699926de4208 (patch) | |
tree | 266094f2f64b70a8403b8fd8ad00de1a75bb8457 /gcc/configure.in | |
parent | b2c9c37eb6f820606fee9228ef061cfa755a2219 (diff) | |
download | gcc-c307e6ddbe4cf07ae84d9a0d65f3699926de4208.tar.gz |
configure: Regenerated.
* configure: Regenerated.
* configure.in: Add x86_64 to switch statements.
From-SVN: r46341
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index babc720c32e..098fe2adef5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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*-*-*) |