summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-19 06:29:18 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-19 06:29:18 +0000
commit96b9fbc19676d2194bde92611e9ca9b791eb6994 (patch)
tree266094f2f64b70a8403b8fd8ad00de1a75bb8457 /gcc/configure
parent39a6bc8656c8920825b10cfe381ab9ddd6d974a9 (diff)
downloadgcc-96b9fbc19676d2194bde92611e9ca9b791eb6994.tar.gz
* configure: Regenerated.
* configure.in: Add x86_64 to switch statements. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index e177db905ed..3d6e6be54bd 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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*-*-*)