public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch]: Fix native bootstrap failure for x86_64-pc-mingw32
@ 2007-10-12  9:12 Kai Tietz
  2007-10-12 11:48 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Tietz @ 2007-10-12  9:12 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 994 bytes --]

Hi,

ChangeLog for fixincludes:

2007-10-12  Kai Tietz  <kai.tietz@onevision.com>

        * configure.ac: x86_64 mingw target uses twoprocess.
        * mkfixinc.sh: Add x86_64 mingw target.
        * configure: Regenerate.

Cheers,
 i.A. Kai Tietz



|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger

[-- Attachment #2: fixinclude_w64.txt --]
[-- Type: text/plain, Size: 722 bytes --]

Index: gcc/fixincludes/configure.ac
===================================================================
--- gcc.orig/fixincludes/configure.ac
+++ gcc/fixincludes/configure.ac
@@ -49,6 +49,7 @@ fi],
 [case $host in
 	i?86-*-msdosdjgpp* | \
 	i?86-*-mingw32* | \
+	x86_64-*-mingw32* | \
 	*-*-beos* )
 		TARGET=twoprocess
 		;;
Index: gcc/fixincludes/mkfixinc.sh
===================================================================
--- gcc.orig/fixincludes/mkfixinc.sh
+++ gcc/fixincludes/mkfixinc.sh
@@ -21,6 +21,7 @@ case $machine in
     i?86-*-pe | \
     i?86-*-cygwin* | \
     i?86-*-mingw32* | \
+    x86_64-*-mingw32* | \
     i?86-*-uwin* | \
     i?86-*-interix* | \
     *-*-vxworks* | \
=

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

* Re: [patch]: Fix native bootstrap failure for x86_64-pc-mingw32
  2007-10-12  9:12 [patch]: Fix native bootstrap failure for x86_64-pc-mingw32 Kai Tietz
@ 2007-10-12 11:48 ` Paolo Bonzini
  2007-10-12 11:55   ` Kai Tietz
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2007-10-12 11:48 UTC (permalink / raw)
  To: Kai Tietz; +Cc: GCC Patches

> 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
> 
>         * configure.ac: x86_64 mingw target uses twoprocess.
>         * mkfixinc.sh: Add x86_64 mingw target.
>         * configure: Regenerate.

Ok, please apply.

Paolo

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

* Re: [patch]: Fix native bootstrap failure for x86_64-pc-mingw32
  2007-10-12 11:48 ` Paolo Bonzini
@ 2007-10-12 11:55   ` Kai Tietz
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Tietz @ 2007-10-12 11:55 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: GCC Patches, Paolo Bonzini

Paolo,

> > 2007-10-12  Kai Tietz  <kai.tietz@onevision.com>
> > 
> >         * configure.ac: x86_64 mingw target uses twoprocess.
> >         * mkfixinc.sh: Add x86_64 mingw target.
> >         * configure: Regenerate.
> 
> Ok, please apply.

Done.

Thanks,
 i.A. Kai Tietz

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

------------------------------------------------------------------------------------------
  OneVision Software Entwicklungs GmbH & Co. KG
  Dr.-Leo-Ritter-Straße 9 - 93049 Regensburg
  Tel: +49.(0)941.78004.0 - Fax: +49.(0)941.78004.489 - www.OneVision.com
  Commerzbank Regensburg - BLZ 750 400 62 - Konto 6011050
  Handelsregister: HRA 6744, Amtsgericht Regensburg
  Komplementärin: OneVision Software Entwicklungs Verwaltungs GmbH
  Dr.-Leo-Ritter-Straße 9 – 93049 Regensburg
  Handelsregister: HRB 8932, Amtsgericht Regensburg - Geschäftsführer: 
Ulrike Döhler, Manuela Kluger


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

end of thread, other threads:[~2007-10-12 11:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12  9:12 [patch]: Fix native bootstrap failure for x86_64-pc-mingw32 Kai Tietz
2007-10-12 11:48 ` Paolo Bonzini
2007-10-12 11:55   ` Kai Tietz

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).