(CC): Add -w.

From-SVN: r3086
This commit is contained in:
Richard Stallman 1993-01-04 09:04:54 +00:00
parent 86e3273bf1
commit a7d06674e1
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
# being used. -Hnocpp makes hc use its builtin preprocessor instead of
# /lib/cpp. gcc doesn't use <sys/ioctl.h>, so it doesn't matter whether
# fixincludes has been run.
CC=hc -Hnocpp
#
# hc's warnings do nothing but obscure the output, hence the -w.
#
CC=hc -Hnocpp -w
# The default `make' on the RT doesn't define MAKE, so do it here.
MAKE=make