提交 e0371fe4 编写于 作者: B Bodo Möller

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

上级 5271ebd9
...@@ -355,10 +355,16 @@ then ...@@ -355,10 +355,16 @@ then
GCCVERMAJOR="`echo $GCCVER | sed 's/.*version \([^.]*\).*/\1/`" GCCVERMAJOR="`echo $GCCVER | sed 's/.*version \([^.]*\).*/\1/`"
GCCVERMINOR="`echo $GCCVER | sed 's/.*version[^.]*\.\([^.]*\).*/\1/`" GCCVERMINOR="`echo $GCCVER | sed 's/.*version[^.]*\.\([^.]*\).*/\1/`"
echo "gcc version $GCCVERMAJOR.$GCCVERMINOR.x" echo "gcc version $GCCVERMAJOR.$GCCVERMINOR.x"
if [ $GCCVERMAJOR$GCCVERMINOR -lt 28 ] case "$GCCVERMAJOR" in
then egcs*)
OUT=solaris-usparc-oldgcc ;;
fi *)
if [ $GCCVERMAJOR$GCCVERMINOR -lt 28 ]
then
OUT=solaris-usparc-oldgcc
fi
;;
esac
fi fi
case "$GUESSOS" in case "$GUESSOS" in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册