* gas/mn10300/udf.s: New test.
[deliverable/binutils-gdb.git] / ltmain.sh
index 8f8f6fb9081bb500a8bd3e136ea3155d5f64257f..1c05d17033331b2286e508531916352a6120ab90 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1055,6 +1055,11 @@ if test -z "$show_help"; then
          major=
          versuffix=
          verstring="0.0"
+         case "$version_type" in
+         sunos)
+           versuffix=".0.0"
+           ;;
+         esac
        fi
 
        # Check to see if the archive will have undefined symbols.
@@ -1657,6 +1662,7 @@ fi\
        addlibs="$convenience"
        build_libtool_libs=no
       else
+       oldobjs="$objs"`$echo "X$libobjs " | $Xsed -e 's/[^   ]*\.a //g' -e 's/[^   ]*\.lib //g' -e "$los2o" -e 's/ $//g'`
        addlibs="$old_convenience"
       fi
 
This page took 0.022565 seconds and 4 git commands to generate.