mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 02:41:30 +00:00
change egcs to kgcc for the broken distro
This commit is contained in:
parent
9c3f26d168
commit
930da9109c
1 changed files with 3 additions and 3 deletions
|
@ -72,11 +72,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
|
||||
|
|
Loading…
Reference in a new issue