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 Ralf,
I have regenerated the configure script and checked the change in. Would you be able to tell me what you mean by the
"synced to the src repository"?


If you can do it, that is great. But, i would like to know what steps i missed so i do it right the next time!

Cheers
Hari

On 23/12/10 10:39, Ralf Wildenhues wrote:
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]