* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)

(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC): Added support for
RDOS.
* NEWS: Updated.
This commit is contained in:
Leif Ekblad 2006-01-12 22:02:56 +00:00 committed by Ralf Wildenhues
parent 83b8d935cc
commit e425114109
3 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2006-01-12 Leif Ekblad <leif@rdos.net>
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC): Added support for
RDOS.
* NEWS: Updated.
2006-01-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libtoolize.m4sh, libltdl/config/general.m4sh,

1
NEWS
View File

@ -30,6 +30,7 @@ New in 1.9h: 2005-??-??; CVS version 2.1a, Libtool team:
statically with `-static'.
* Support for Interix 3 (Windows SFU).
* Basic support for PIE (position-independent executables).
* Initial support for RDOS.
* Bug fixes.
New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team:

12
libltdl/m4/libtool.m4 vendored
View File

@ -2392,6 +2392,10 @@ osf3* | osf4* | osf5*)
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
;;
rdos*)
dynamic_linker=no
;;
solaris*)
version_type=linux
need_lib_prefix=no
@ -2906,6 +2910,10 @@ osf3* | osf4* | osf5*)
lt_cv_deplibs_check_method=pass_all
;;
rdos*)
lt_cv_deplibs_check_method=pass_all
;;
solaris*)
lt_cv_deplibs_check_method=pass_all
;;
@ -3784,6 +3792,10 @@ m4_if([$1], [CXX], [
_LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
;;
rdos*)
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
;;
solaris*)
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'