diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-04 09:04:54 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-04 09:04:54 +0000 |
commit | a7d06674e145878c8ee04dd36e8c362a0106e368 (patch) | |
tree | 8dd423afe36bea839e0c1a899ce2517c7e9f0188 /gcc/config/romp | |
parent | 86e3273bf183c888855195ad6f3aa02a032180b8 (diff) | |
download | gcc-a7d06674e145878c8ee04dd36e8c362a0106e368.zip gcc-a7d06674e145878c8ee04dd36e8c362a0106e368.tar.gz gcc-a7d06674e145878c8ee04dd36e8c362a0106e368.tar.bz2 |
(CC): Add -w.
From-SVN: r3086
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/x-romp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp index 55dfb61..4a329c0 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 <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 |