did you actually tried to apply the patch, or is this just a
forwarding of a patch for HEAD?

Michael Banck writes:
> Package: gcc-4.0
> Version: 4.0.1-7
> Severity: wishlist
> Tags: patch
> 
> The only thing which blocks building libffi on GNU/Hurd is a trivial
> addition to configure.ac, to make it recognize the GNU system.  This
> change has been accepted upstream (only for HEAD though, not the 4.1
> branch, AFAIK), the patch is attached.
> 
> Please enable libffi on hurd-i386.
> 
> 
> Michael
> 
> -- 
> Michael Banck
> Debian Developer
> [EMAIL PROTECTED]
> http://www.advogato.org/person/mbanck/diary.html
> 2005-08-10  Alfred M. Szmidt  <[EMAIL PROTECTED]>
> 
>       PR libffi/21819:
>       * configure: Rebuilt.
>       * configure.ac: Handle i*86-*-gnu*.
> 
> ===================================================================
> RCS file: /cvs/gcc/gcc/libffi/configure.ac,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- gcc/libffi/configure.ac   2005/07/19 21:15:35     1.16
> +++ gcc/libffi/configure.ac   2005/08/10 17:19:03     1.17
> @@ -42,6 +42,7 @@
>  TARGETDIR="unknown"
>  case "$host" in
>  i*86-*-linux*) TARGET=X86; TARGETDIR=x86;;
> +i*86-*-gnu*) TARGET=X86; TARGETDIR=x86;;
>  i*86-*-solaris2.1[[0-9]]*) TARGET=X86_64; TARGETDIR=x86;;
>  i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;;
>  i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to