public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Renaming mingw64 to mingw* for x86_64 architecure
@ 2007-01-08 18:04 Nick Clifton
  2007-01-08 18:38 ` DJ Delorie
  2007-01-08 21:00 ` Andreas Tobler
  0 siblings, 2 replies; 5+ messages in thread
From: Nick Clifton @ 2007-01-08 18:04 UTC (permalink / raw)
  To: dj; +Cc: gcc-patches, gdb-patches

Hi DJ,

  I have applied the patch below on behalf of Kai Tietz.  This was
  part of a larger patch that allows the x86_64 mingw port to use
  either mingw32 or mingw64 as the third part of the triplet:

http://sources.redhat.com/ml/binutils/2006-12/msg00235.html

  Am I correct in assuming that your synchronisation scripts will
  bring this change into the sourceware repository, or should I apply
  the patch there as well ?

Cheers
  Nick

ChangeLog
2007-01-08  Kai Tietz	<kai.tietz@onevision.com>

	* configure.in: Add support for an x86_64-mingw* target.

Index: configure.in
===================================================================
--- configure.in	(revision 120570)
+++ configure.in	(working copy)
@@ -278,6 +278,9 @@ case "${host}" in
   i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*)
     noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
     ;;
+  x86_64-*-mingw*)
+    noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
+    ;;
   i[[3456789]]86-*-mingw32*)
     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv"
     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib"
@@ -619,6 +622,10 @@ case "${target}" in
     target_configdirs="$target_configdirs target-winsup"
     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
     ;;    
+  x86_64-*-mingw*)
+    target_configdirs="$target_configdirs target-winsup"
+    noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
+    ;;    
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
     noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
@@ -934,6 +941,8 @@ case "${host}" in
     ;;
   *-mingw32*)
     ;;
+  *-mingw64*)
+    ;;
   *-interix*)
     host_makefile_frag="config/mh-interix"
     ;;

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-09 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-08 18:04 Renaming mingw64 to mingw* for x86_64 architecure Nick Clifton
2007-01-08 18:38 ` DJ Delorie
2007-01-08 21:00 ` Andreas Tobler
2007-01-09  7:38   ` Nick Clifton
2007-01-09 13:45     ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).