Change Linux shared library to -shared

Add QNX-RTP port
This commit is contained in:
Mark Hessling
2001-01-10 08:32:19 +00:00
parent 56c9dc1888
commit 6fad962f35

7
aclocal.m4 vendored
View File

@@ -326,7 +326,12 @@ case "$target" in
RXLIBPST=".so"
;;
*linux*)
LD_RXLIB1="${CC} -Wl,-shared"
LD_RXLIB1="${CC} -shared"
RXLIBPRE="lib"
RXLIBPST=".so"
;;
*nto-qnx*)
LD_RXLIB1="${CC} -shared"
RXLIBPRE="lib"
RXLIBPST=".so"
;;