This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Continue toplevel cleanup (GCC library handling for unsupported targets etc.)
- From: Ralf Wildenhues <Ralf dot Wildenhues at gmx dot de>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, bonzini at gnu dot org, dj at redhat dot com, neroden at gcc dot gnu dot org, aoliva at redhat dot com
- Date: Wed, 30 Mar 2011 07:37:21 +0200
- Subject: Re: Continue toplevel cleanup (GCC library handling for unsupported targets etc.)
- References: <Pine.LNX.4.64.1103292045250.2595@digraph.polyomino.org.uk>
* Joseph S. Myers wrote on Tue, Mar 29, 2011 at 10:55:41PM CEST:
> --- configure.ac (revision 171675)
> +++ configure.ac (working copy)
> @@ -565,9 +562,7 @@
> ;;
> *-*-kaos*)
> # Remove unsupported stuff on all kaOS configurations.
> - skipdirs="target-libiberty ${libgcj} target-libstdc++-v3"
> - skipdirs="$skipdirs target-libobjc"
> - skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
> + skipdirs="target-libiberty"
This error existed before your patch, but it might be a good idea to fix
it while at it: skipdirs should only be appended to here, not
overridden.
> noconfigdirs="$noconfigdirs target-libgloss"
> ;;
> *-*-netbsd*)
Other than that, I don't see issues with the patch; but again, I'm not
really qualified to judge CPU portability issues.
Thanks,
Ralf