GCC 3.0: "configure: error: libffi has not been ported to s390-linux-gnu."
Alexandre Oliva
aoliva@redhat.com
Sun Aug 12 11:39:00 GMT 2001
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
More information about the Java
mailing list