[svn-r915] Changed typo cc' to gcc'

This commit is contained in:
Robb Matzke 1998-11-16 10:44:22 -05:00
parent 841e168a04
commit df77c715cc

View File

@ -8,8 +8,8 @@
# The default compiler is `gcc'.
if test "X-" = "X-$CC"; then
CC=cc
CC_BASENAME=cc
CC=gcc
CC_BASENAME=gcc
fi
ARCH="-mcpu=pentiumpro -march=pentiumpro -malign-double"