1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

relocatable-prog: Remove support for IRIX.

* build-aux/config.libpath: Remove code for IRIX.
This commit is contained in:
Bruno Haible
2025-09-10 23:19:26 +02:00
parent ff2b57b257
commit 68deb4b941
2 changed files with 5 additions and 15 deletions

View File

@@ -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.

View File

@@ -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*)
;;