openbsd.h (LINK_SPEC): pass correct flags to ld to support -shared, on platforms...
authorMarc Espie <espie@cvs.openbsd.org>
Fri, 5 May 2000 16:30:23 +0000 (16:30 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 5 May 2000 16:30:23 +0000 (10:30 -0600)
        * config/openbsd.h (LINK_SPEC): pass correct flags to ld
        to support -shared, on platforms with dynamic libraries.

From-SVN: r33711

gcc/ChangeLog
gcc/config/openbsd.h

index cdea530..c3c89c8 100644 (file)
@@ -1,3 +1,8 @@
+Fri May  5 10:29:21 2000  Marc Espie <espie@cvs.openbsd.org>
+
+       * config/openbsd.h (LINK_SPEC): pass correct flags to ld 
+       to support -shared, on platforms with dynamic libraries.
+
 Fri May  5 10:27:06 2000  Philippe De Muyter  <phdm@macqel.be>
 
        * system.h (S_ISBLK): Provide fallback definition.
index 1d813dd..bcf5ff2 100644 (file)
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA.  */
   "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{assert*}"
 #else
 #define LINK_SPEC \
-  "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
+  "%{!shared:%{!nostdlib:%{!r*:%{!e*:-e start}}}} %{shared:-Bshareable -x} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
 #endif
 
 #undef LIB_SPEC