]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (irix5*, irix6*, deplibs_check_method): use
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 8 Feb 1999 22:01:31 +0000 (22:01 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 8 Feb 1999 22:01:31 +0000 (22:01 +0000)
file_magic for inter-library dependency tracking

ChangeLog
ltconfig.in

index 55b49aed0180ecde408169d59d4844b2a77b3c56..68ea53efe093c8381febf318511be3b8069a5442 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-02-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * ltconfig.in (irix5*, irix6*, deplibs_check_method): use
+       file_magic for inter-library dependency tracking
+       
        * ltconfig.in (irix5*, hardcode_libdir_separator): set it to a
        colon, because on IRIX 5 only the last -rpath switch prevails, and 
        it can be a list of colon-separated directories.  This change will 
index 8fb54dc7fc28bd5ee637cbbac4d264787bd3afa5..3f1e4eb535e4d7316284e6a34fc71312aa40ca0f 100755 (executable)
@@ -1672,6 +1672,8 @@ irix5*)
   soname_spec='${libname}${release}.so'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
   shlibpath_var=LD_LIBRARY_PATH
+  deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1" # or should it be pass_all?
+  file_magic_command=file
   ;;
 
 irix6*)
@@ -1681,6 +1683,8 @@ irix6*)
   soname_spec='${libname}${release}.so'
   library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
   shlibpath_var=LD_LIBRARYN32_PATH
+  deplibs_check_method="file_magic ELF (32-bit|N32|64-bit) MSB mips-[1234] dynamic lib MIPS - version 1" # or should it be pass_all?
+  file_magic_command=file
   ;;
 
 # No shared lib support for Linux oldld, aout, or coff.