switch $CC default from gcc to cc, as we support most native compilers now,

and – with Daniel's words – das ist doch kein Rumgeleenockse hier!
This commit is contained in:
tg 2007-07-17 19:41:26 +00:00
parent 56a8da33cf
commit 29d4125e3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.238 2007/07/09 11:19:55 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.239 2007/07/17 19:41:26 tg Exp $
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
@ -197,7 +197,7 @@ fi
rm -f a.exe a.out *core crypt.exp lft mksh mksh.cat1 mksh.exe no *.o \
scn.c signames.inc test.sh x
: ${CC=gcc} ${NROFF=nroff}
: ${CC=cc} ${NROFF=nroff}
curdir=`pwd` srcdir=`dirname "$0"` check_categories=pdksh
e=echo