change egcs to kgcc for the broken distro

This commit is contained in:
Bill Currie 2001-03-08 21:03:39 +00:00
parent 8cca7c7dd9
commit 24841130a7

View file

@ -66,11 +66,11 @@ if test "$1" = gcc; then
args="$*"
AC_MSG_CHECKING(for fubared gcc)
if test `gcc --version` = 2.96; then
AC_MSG_RESULT(yes. you poor sod. Hope you have egcs)
CC="egcs $args"
AC_MSG_RESULT(yes. you poor sod. Hope you have kgcc)
CC="kgcc $args"
set $CPP
shift
CPP="egcs $*"
CPP="kgcc $*"
else
AC_MSG_RESULT(no. good)
fi