public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [libobjc] committed, shared libraries
@ 2004-06-11 18:39 Andrew Pinski
  2004-06-11 20:22 ` Joseph S. Myers
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Pinski @ 2004-06-11 18:39 UTC (permalink / raw)
  To: gcc-patches

I noticed this while working on getting libobjc back running
on Darwin.  Libobjc was disabling shared libaries by default
unlike the other target libraries.  This patch fixes that
tested on powerpc-apple-darwin with a patch to the top level
configure to build libobjc there.

Thanks,
Andrew Pinski

2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/15901
        * configure.ac: Do not disable shared by default.
        * configure: Regenerate.

Index: configure.ac
===================================================================
RCS file: /cvs/gcc/gcc/libobjc/configure.ac,v
retrieving revision 1.6
diff -u -p -r1.6 configure.ac
--- configure.ac        26 May 2004 01:21:46 -0000      1.6
+++ configure.ac        11 Jun 2004 17:36:21 -0000
@@ -189,8 +189,6 @@ AC_CHECK_TOOL(AR, ar)
 AC_CHECK_TOOL(RANLIB, ranlib, :)
 AC_PROG_INSTALL
 
-# Disable shared libs by default
-AC_DISABLE_SHARED
 # Enable Win32 DLL on MS Windows - FIXME
 AC_LIBTOOL_WIN32_DLL
 

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

end of thread, other threads:[~2004-06-11 20:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11 18:39 [libobjc] committed, shared libraries Andrew Pinski
2004-06-11 20:22 ` Joseph S. Myers
2004-06-11 20:59   ` Andrew Pinski
2004-06-11 21:19     ` Andrew Pinski
2004-06-11 21:22       ` Joseph S. Myers
2004-06-11 21:39       ` Andrew Pinski

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