This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Top level configure unsupported targets
- From: Andreas Jaeger <aj at suse dot de>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Nov 2001 14:13:58 +0100
- Subject: Re: Top level configure unsupported targets
- References: <10111291257.AA21720@vlsi1.ultra.nyu.edu>
kenner@vlsi1.ultra.nyu.edu (Richard Kenner) writes:
> Does this look correct:
>
> Configuring for a alphaev56-dec-osf4.0c host.
> *** This configuration is not supported in the following subdirectories:
> target-libffi target-boehm-gc target-zlib target-libjava target-libchill
libchill is correct. The rest are java and its support libraries. On
Linux those are supported but apprently not everywhere. The top level
configure.in disables them via:
alpha*-dec-osf*)
# ld works, but does not support shared libraries. emacs doesn't
# work. newlib is not 64 bit ready. I'm not sure about fileutils.
# gas doesn't generate exception information.
noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss ${libgcj}"
;;
I don't rember what needs to be done to enable the libgcj libraries
but with that line in configure.in your output is correct.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj