]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
relocatable-prog: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:19:26 +0000 (23:19 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:19:26 +0000 (23:19 +0200)
* build-aux/config.libpath: Remove code for IRIX.

ChangeLog
build-aux/config.libpath

index 7224d00051fc26d53f834ce34498e18aebfc9967..989527fd2ed011df4874f16b9156a0549191c771 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       relocatable-prog: Remove support for IRIX.
+       * build-aux/config.libpath: Remove code for IRIX.
+
        havelib: Remove support for IRIX.
        * build-aux/config.rpath: Remove code for IRIX.
 
index cd2baec51202088c1ea268b3e5f8f8361fe06c27..47e9da139f90e5fb1dfbecf5e419e4271b4e36c1 100755 (executable)
@@ -162,21 +162,8 @@ case $host_os in
   interix[3-9]*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  irix5* | irix6* | nonstopux*)
-    case $host_os in
-      irix5* | nonstopux*)
-        shlibsuff=
-        ;;
-      *)
-        case $LD in # libtool.m4 will add one of these switches to LD
-          *-32|*"-32 ") shlibsuff= ;;
-          *-n32|*"-n32 ") shlibsuff=N32 ;;
-          *-64|*"-64 ") shlibsuff=64 ;;
-          *) shlibsuff= ;;
-        esac
-        ;;
-    esac
-    shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
+  nonstopux*)
+    shlibpath_var=LD_LIBRARY_PATH
     ;;
   linux*oldld* | linux*aout* | linux*coff*)
     ;;