public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* disable libiberty for picochip build.
@ 2010-12-22 12:17 Hari Sandanagobalane
  2010-12-23 12:58 ` Ralf Wildenhues
  0 siblings, 1 reply; 7+ messages in thread
From: Hari Sandanagobalane @ 2010-12-22 12:17 UTC (permalink / raw)
  To: gcc-patches

Hello,
I have now committed (168165) the following change in mainline to 
disable libiberty for picochip builds. Thanks

Wish you all a very happy holiday season!

Cheers
Hari

ChangeLog:

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

Patch:

Index: configure.ac
===================================================================
--- configure.ac        (revision 168106)
+++ configure.ac        (working copy)
@@ -916,6 +916,9 @@
    mt-*-*)
      noconfigdirs="$noconfigdirs sim"
      ;;
+  picochip-*-*)
+    noconfigdirs="$noconfigdirs target-libiberty"
+    ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
      noconfigdirs="$noconfigdirs gprof target-libgloss target-libssp 
target-newlib ${libgcj}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-04  9:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-22 12:17 disable libiberty for picochip build Hari Sandanagobalane
2010-12-23 12:58 ` Ralf Wildenhues
2010-12-23 16:31   ` Hari Sandanagobalane
2011-01-02 16:44     ` Ralf Wildenhues
2011-01-02 16:47       ` H.J. Lu
2011-01-02 17:18         ` Ralf Wildenhues
2011-01-04  9:50       ` Hari Sandanagobalane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).