public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Remove dependency of all-target-libobjc on maybe-all-target-libiberty
@ 2011-05-27 17:42 Nicola Pero
  0 siblings, 0 replies; only message in thread
From: Nicola Pero @ 2011-05-27 17:42 UTC (permalink / raw)
  To: gcc-patches

This patch removes the (maybe) dependency of libobjc from target libiberty from
the makefiles.

I don't know of any reasons why libobjc would need target libiberty; I also looked around
and couldn't spot anything.  Most other target libraries don't depend on libiberty; I'm
not sure why libobjc would need to.  I think the dependency is bogus, probably exists
for historical reasons and the fact that nobody reviewed that piece of code for a long
time, and should go away. :-)

It wouldn't matter much, but I saw that some people are keen to remove the target libiberty
completely, and I wouldn't want them to spend time trying to figure out why libobjc needs
it.  It doesn't. ;-)

Ok to commit ?

Thanks

Index: Makefile.in
===================================================================
--- Makefile.in (revision 174141)
+++ Makefile.in (working copy)
@@ -43412,7 +43412,6 @@
all-target-libjava: maybe-all-target-boehm-gc
all-target-libjava: maybe-all-target-libffi
configure-target-libobjc: maybe-configure-target-boehm-gc
-all-target-libobjc: maybe-all-target-libiberty
all-target-libobjc: maybe-all-target-boehm-gc
all-target-libstdc++-v3: maybe-all-target-libiberty
configure-target-libstdc++-v3: maybe-configure-target-libgomp
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 174141)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2011-05-27  Nicola Pero  <nicola.pero@meta-innovation.com>
+
+       * Makefile.in (all-target-libobjc): Do not depend on
+       maybe-all-target-libiberty.
+
2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>

    * MAINTAINERS (Write After Approval): Add myself.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-27 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 17:42 Remove dependency of all-target-libobjc on maybe-all-target-libiberty Nicola Pero

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).