Loading config +10 −4 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
config +10 −4 Original line number Diff line number Diff line Loading @@ -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 Loading