(CC): Add -w.
authorRichard Stallman <rms@gnu.org>
Mon, 4 Jan 1993 09:04:54 +0000 (09:04 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 4 Jan 1993 09:04:54 +0000 (09:04 +0000)
From-SVN: r3086

gcc/config/romp/x-romp

index 55dfb61..4a329c0 100644 (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