mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 20:30:57 +00:00
change egcs to kgcc for the broken distro
This commit is contained in:
parent
8cca7c7dd9
commit
24841130a7
1 changed files with 3 additions and 3 deletions
|
@ -66,11 +66,11 @@ if test "$1" = gcc; then
|
||||||
args="$*"
|
args="$*"
|
||||||
AC_MSG_CHECKING(for fubared gcc)
|
AC_MSG_CHECKING(for fubared gcc)
|
||||||
if test `gcc --version` = 2.96; then
|
if test `gcc --version` = 2.96; then
|
||||||
AC_MSG_RESULT(yes. you poor sod. Hope you have egcs)
|
AC_MSG_RESULT(yes. you poor sod. Hope you have kgcc)
|
||||||
CC="egcs $args"
|
CC="kgcc $args"
|
||||||
set $CPP
|
set $CPP
|
||||||
shift
|
shift
|
||||||
CPP="egcs $*"
|
CPP="kgcc $*"
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT(no. good)
|
AC_MSG_RESULT(no. good)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue