+1999-10-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ * ltconfig.in: Accept osf5.
+ Reported by Sascha Schumann <sascha@schumann.cx>
+
1999-10-04 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltmain.in (-no-fast-install): Wrapper script used to add the
NEWS - list of user-visible changes between releases of GNU Libtool
+New in 1.3.4: ????-??-??, CVS version 1.3.3a, Libtool team:
+* Support for Compaq Tru64 V5.0.
+* Many fine bugfixes.
+\f
New in 1.3.3: 1999-07-02, CVS version 1.3.2a, Libtool team:
* New `-dlpreopen force' flag to ensure that
lt_preloaded_symbols is always defined.
link_static_flag='-static'
case "$host_os" in
- beos* | irix5* | irix6* | osf3* | osf4*)
+ beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
# PIC is the default for these OSes.
;;
aix*)
# We can build DLLs from non-PIC.
;;
- osf3* | osf4*)
+ osf3* | osf4* | osf5*)
# All OSF/1 code is PIC.
wl='-Wl,'
link_static_flag='-non_shared'
old_archive_from_new_cmds='emximp -o $objdir/$libname.a $objdir/$libname.def'
;;
- osf3* | osf4*)
+ osf3* | osf4* | osf5*)
if test "$with_gcc" = yes; then
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
shlibpath_var=LIBPATH
;;
-osf3* | osf4*)
+osf3* | osf4* | osf5*)
version_type=osf
need_version=no
soname_spec='${libname}${release}.so'