From: Richard Stallman Date: Mon, 4 Jan 1993 09:04:54 +0000 (+0000) Subject: (CC): Add -w. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7d06674e145878c8ee04dd36e8c362a0106e368;p=gcc.git (CC): Add -w. From-SVN: r3086 --- diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp index 55dfb61a99d..4a329c0d78e 100644 --- a/gcc/config/romp/x-romp +++ b/gcc/config/romp/x-romp @@ -2,7 +2,10 @@ # being used. -Hnocpp makes hc use its builtin preprocessor instead of # /lib/cpp. gcc doesn't use , 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