changeset 215:041cd6816a05

Fix shared library creation on QNX
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Oct 2001 06:08:18 +0000
parents 0e5d6dd77bda
children e2a10730ae94
files ltconfig
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ltconfig	Thu Oct 25 05:37:32 2001 +0000
+++ b/ltconfig	Thu Oct 25 06:08:18 2001 +0000
@@ -2216,6 +2216,17 @@
 *)
   dynamic_linker=no
   ;;
+
+nto-qnx)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
+  soname_spec='${libname}${release}.so$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  deplibs_check_method='pass_all'
+  ;;
 esac
 echo "$ac_t$dynamic_linker" 1>&6
 test "$dynamic_linker" = no && can_build_shared=no