From: Bruno Haible Date: Wed, 10 Sep 2025 21:19:26 +0000 (+0200) Subject: relocatable-prog: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68deb4b94132bfb1c152b6feb32ece444a66898c;p=thirdparty%2Fgnulib.git relocatable-prog: Remove support for IRIX. * build-aux/config.libpath: Remove code for IRIX. --- diff --git a/ChangeLog b/ChangeLog index 7224d00051..989527fd2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + 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. diff --git a/build-aux/config.libpath b/build-aux/config.libpath index cd2baec512..47e9da139f 100755 --- a/build-aux/config.libpath +++ b/build-aux/config.libpath @@ -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*) ;;