[svn-r199] Added -ansi compile option.

This commit is contained in:
Albert Cheng 1998-01-30 03:25:38 -05:00
parent cb8a986afd
commit 69902d9278

View File

@ -35,7 +35,7 @@
# Unconditionally set the compiler to gcc since the following flags
# only apply to that compiler.
CC="cc -64"
CC="cc -ansi -64"
warn="-fullwarn"