From a7d06674e145878c8ee04dd36e8c362a0106e368 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 4 Jan 1993 09:04:54 +0000 Subject: [PATCH] (CC): Add -w. From-SVN: r3086 --- gcc/config/romp/x-romp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.30.2