]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (version_type, soname_spec) [aix4* | aix5*]: Use
authorAlbert Chin <china@thewrittenword.com>
Mon, 28 May 2001 20:09:07 +0000 (20:09 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 28 May 2001 20:09:07 +0000 (20:09 +0000)
linux-style versioning, and remove trailing .o from soname_spec.

ChangeLog
ltconfig.in

index cae23168860bba73612e9af921ff349e6c4723eb..f32827dce293247bbea1264e86b7b88c739c7f02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-28  Albert Chin  <china@thewrittenword.com>
+
+       * ltconfig.in (version_type, soname_spec) [aix4* | aix5*]: Use
+       linux-style versioning, and remove trailing .o from soname_spec.
+
 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
index b758ea4bea0eb6fe80d97d2af931c6dadd41715f..35641a66a7a12742609a40a47cbebf536a320fa8 100755 (executable)
@@ -988,6 +988,7 @@ aix3*)
   ;;
 
 aix4* | aix5*)
+  version_type=linux
   if test "$host_cpu" = ia64; then
     # AIX 5 supports IA64
     library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
@@ -1006,7 +1007,7 @@ aix4* | aix5*)
       # We preserve .a as extension for shared libraries though AIX4.2
       # and later when we are not doing run time linking.
       library_names_spec='${libname}${release}.a $libname.a'
-      soname_spec='${libname}${release}.so$major.o'
+      soname_spec='${libname}${release}.so$major'
     fi
     # If we're using GNU nm, then we don't want the "-C" option.
     # -C means demangle to AIX nm, but means don't demangle with GNU nm