Commit 6a0177c5 by Marc Espie Committed by Jeff Law

openbsd.h (LINK_SPEC): pass correct flags to ld to support -shared, on platforms…

openbsd.h (LINK_SPEC): pass correct flags to ld to support -shared, on platforms with dynamic libraries.

        * config/openbsd.h (LINK_SPEC): pass correct flags to ld
        to support -shared, on platforms with dynamic libraries.

From-SVN: r33711
parent be3dad6f
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> Fri May 5 10:27:06 2000 Philippe De Muyter <phdm@macqel.be>
* system.h (S_ISBLK): Provide fallback definition. * system.h (S_ISBLK): Provide fallback definition.
......
...@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA. */
"%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{assert*}" "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{assert*}"
#else #else
#define LINK_SPEC \ #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 #endif
#undef LIB_SPEC #undef LIB_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment