This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.0: "configure: error: libffi has not been ported to s390-linux-gnu."
- To: Andreas Jaeger <aj at suse dot de>, mark at codesourcery dot com, gcc-patches at gcc dot gnu dot org
- Subject: Re: GCC 3.0: "configure: error: libffi has not been ported to s390-linux-gnu."
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 12 Aug 2001 15:38:18 -0300
- Cc: tromey at redhat dot com, "uweigand at de dot ibm dot com Hartmut Penner" <HPENNER at de dot ibm dot com>, gcc-bugs at gcc dot gnu dot org, java at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <u8pua2ilp0.fsf@gromit.moeb><or3d6yiim0.fsf@feijoada.lsd.ic.unicamp.br><u8g0ayquvl.fsf@gromit.moeb><org0ay75la.fsf@feijoada.lsd.ic.unicamp.br><87elqiqp12.fsf@creche.redhat.com> <u8g0axael7.fsf@gromit.moeb>
On Aug 12, 2001, Andreas Jaeger <aj@suse.de> wrote:
> What should be done for GCC 3.0.1?
> 2001-08-12 Andreas Jaeger <aj@suse.de>
> * configure.in: Disable libffi on s390-linux targets.
The patch is ok for mainline and branch, but you're going to need
explicit approval from Mark Mitchell to put it in the branch.
> ============================================================
> Index: configure.in
> --- configure.in 2001/07/12 17:51:50 1.90.2.16
> +++ configure.in 2001/08/12 08:01:45
> @@ -15,7 +15,7 @@
> ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
> # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
> -# 1999, 2000 Free Software Foundation, Inc.
> +# 1999, 2000, 2001 Free Software Foundation, Inc.
> #
> # This file is free software; you can redistribute it and/or modify it
> # under the terms of the GNU General Public License as published by
> @@ -757,6 +757,12 @@
> if [ x${is_cross_compiler} != xno ] ; then
> target_configdirs="${target_configdirs} target-libstub target-cygmon"
> fi
> + ;;
> + s390*-*-linux*)
> + # linux has rx in libc
> + skipdirs="$skipdirs target-librx"
> + # The libffi port is not yet in the GCC tree
> + noconfigdirs="$noconfigdirs target-libffi"
> ;;
> *-*-linux*)
> # linux has rx in libc
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me