libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AIX libtool fix


From: David Edelsohn
Subject: Re: AIX libtool fix
Date: Tue, 22 May 2001 12:45:50 -0400

Alexandre,

        The GCC imported of libtool (based on libtool 1.4a 1.641.2.254)
also needs the following patch to set the version_type to "linux".  This
somehow was lost.

David


        * ltconfig (version_type) [aix4*|aix5*]: Define to linux.

Index: ltconfig
===================================================================
RCS file: /cvs/gcc/egcs/ltconfig,v
retrieving revision 1.15.4.5
diff -c -p -r1.15.4.5 ltconfig
*** ltconfig    2001/05/20 18:57:40     1.15.4.5
--- ltconfig    2001/05/22 16:43:06
*************** aix3*)
*** 988,993 ****
--- 988,994 ----
    ;;
  
  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'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]