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

ChangeLog
build-aux/config.rpath

index deaccc6e08352b6daedf18b4a06f8e41921cfad4..7224d00051fc26d53f834ce34498e18aebfc9967 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       havelib: Remove support for IRIX.
+       * build-aux/config.rpath: Remove code for IRIX.
+
        wctype-h: Remove support for IRIX.
        * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
        iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit,
index 43dc3042de2a4bf288baa42f6f3b736e0f7c25f8..51b6aef73fced43a6bd5ff528b529513f3236a37 100755 (executable)
@@ -129,7 +129,7 @@ else
     hpux9* | hpux10* | hpux11*)
       wl='-Wl,'
       ;;
-    irix5* | irix6* | nonstopux*)
+    nonstopux*)
       wl='-Wl,'
       ;;
     linux* | k*bsd*-gnu | kopensolaris*-gnu)
@@ -477,7 +477,7 @@ else
         esac
       fi
       ;;
-    irix5* | irix6* | nonstopux*)
+    nonstopux*)
       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
       hardcode_libdir_separator=:
       ;;
@@ -640,21 +640,8 @@ case "$host_os" in
   interix[3-9]*)
     library_names_spec='$libname$shrext'
     ;;
-  irix5* | irix6* | nonstopux*)
+  nonstopux*)
     library_names_spec='$libname$shrext'
-    case "$host_os" in
-      irix5* | nonstopux*)
-        libsuff= shlibsuff=
-        ;;
-      *)
-        case $LD in
-          *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
-          *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
-          *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
-          *) libsuff= shlibsuff= ;;
-        esac
-        ;;
-    esac
     ;;
   linux*oldld* | linux*aout* | linux*coff*)
     ;;