x86-64 configure patch

Andreas Jaeger aj@suse.de
Thu Oct 18 03:06:00 GMT 2001


I needed the appended patch for x86-64.  Ok to commit?

I've tested this with a cross compiler for x86-64 from i386.

Andreas

2001-10-18  Andreas Jaeger  <aj@suse.de>

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

Index: gcc/configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.546
diff -u -p -r1.546 configure.in
--- configure.in	2001/10/17 01:39:45	1.546
+++ configure.in	2001/10/18 10:05:28
@@ -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*-*-*)

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list