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: disable libiberty for picochip build.


Hello Hari,

* Hari Sandanagobalane wrote on Wed, Dec 22, 2010 at 11:35:14AM CET:
> I have now committed (168165) the following change in mainline to disable
> libiberty for picochip builds. Thanks

This patch is missing the regeneration of the generated configure
script.  Also, toplevel needs to be synced to the src repository.
Please ping me if you need someone to do the latter for you.

Thanks,
Ralf

> ChangeLog:
> 
> * configure.ac: (picochip): Disable libiberty.

> --- configure.ac        (revision 168106)
> +++ configure.ac        (working copy)
> @@ -916,6 +916,9 @@
>    mt-*-*)
>      noconfigdirs="$noconfigdirs sim"
>      ;;
> +  picochip-*-*)
> +    noconfigdirs="$noconfigdirs target-libiberty"
> +    ;;
>    powerpc-*-aix*)


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