This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Continue toplevel cleanup (GCC library handling for unsupported targets etc.)


* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]