RISC-V: Fix DW_CFA_advance_loc relocation.
[deliverable/binutils-gdb.git] / readline / support / shlib-install
index cfec3bd1e62e46e1b6ab4591fc506bdad1580803..3d0fb3c9c13f3fa0a50d9346145407574d619260 100755 (executable)
@@ -66,12 +66,11 @@ fi
 # post-install/uninstall
 
 # HP-UX and Darwin/MacOS X require that a shared library have execute permission
-# Linux does, too, and ldd warns about it.  Solaris doesn't seem to mind,
-# but ldd still warns about it.
+# Linux does, too, and ldd warns about it
 # Cygwin installs both a dll (which must go in $BINDIR) and an implicit
 # link library (in $libdir)
 case "$host_os" in
-hpux*|darwin*|macosx*|linux*|solaris2*)
+hpux*|darwin*|macosx*|linux*)
        if [ -z "$uninstall" ]; then
                chmod 555 ${INSTALLDIR}/${LIBNAME}
        fi ;;
@@ -132,7 +131,7 @@ case "$host_os-$host_vendor" in
        fi
        ;;
 
-bsdi4*|*gnu*|darwin*|macosx*|netbsd*|mirbsd*)
+bsdi4*|*gnu*|darwin*|macosx*|netbsd*)
        # libname.so.M -> libname.so.M.N
        ${echo} ${RM} ${INSTALLDIR}/$LINK2
        if [ -z "$uninstall" ]; then
@@ -178,7 +177,7 @@ freebsd3*|freebsdaout*)
        fi
        ;;
 
-freebsd[4-9]*|freebsd1[0-9]*|freebsdelf*|dragonfly*)
+freebsd[4-9]*|freebsdelf*|dragonfly*)
        # libname.so -> libname.so.M
        ${echo} ${RM} ${INSTALLDIR}/$LINK1
        if [ -z "$uninstall" ]; then
This page took 0.030294 seconds and 4 git commands to generate.