Loading config +4 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,10 @@ esac # gcc < 2.8 does not support -mcpu=ultrasparc if [ "$OUT" = solaris-usparc-gcc ] then if [ `echo $GCCVER | sed 's/.*version //;s/\.//;s/\..*//'` -lt 28 ] GCCVERMAJOR="`echo $GCCVER | sed 's/.*version \([^.]*\).*/\1/`" GCCVERMINOR="`echo $GCCVER | sed 's/.*version[^.]*\.\([^.]*\).*/\1/`" echo "gcc version $GCCVERMAJOR.$GCCVERMINOR.x" if [ $GCCVERMAJOR$GCCVERMINOR -lt 28 ] then OUT=solaris-usparc-oldgcc fi Loading Loading
config +4 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,10 @@ esac # gcc < 2.8 does not support -mcpu=ultrasparc if [ "$OUT" = solaris-usparc-gcc ] then if [ `echo $GCCVER | sed 's/.*version //;s/\.//;s/\..*//'` -lt 28 ] GCCVERMAJOR="`echo $GCCVER | sed 's/.*version \([^.]*\).*/\1/`" GCCVERMINOR="`echo $GCCVER | sed 's/.*version[^.]*\.\([^.]*\).*/\1/`" echo "gcc version $GCCVERMAJOR.$GCCVERMINOR.x" if [ $GCCVERMAJOR$GCCVERMINOR -lt 28 ] then OUT=solaris-usparc-oldgcc fi Loading