Commit e0371fe4 authored by Bodo Möller's avatar Bodo Möller
Browse files

Don't use ...-oldgcc for egcs compiler.

parent 5271ebd9
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -355,10 +355,16 @@ then
 GCCVERMAJOR="`echo $GCCVER | sed 's/.*version \([^.]*\).*/\1/`"
 GCCVERMINOR="`echo $GCCVER | sed 's/.*version[^.]*\.\([^.]*\).*/\1/`"
 echo "gcc version $GCCVERMAJOR.$GCCVERMINOR.x"
 case "$GCCVERMAJOR" in
   egcs*)
     ;;
   *)
     if [ $GCCVERMAJOR$GCCVERMINOR -lt 28 ]
     then
       OUT=solaris-usparc-oldgcc
     fi
     ;;
  esac
fi

case "$GUESSOS" in