diff options
author | Richard Stallman <rms@gnu.org> | 1993-01-07 21:52:20 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-01-07 21:52:20 +0000 |
commit | 9e518ef7e73dd10d7acbbad98667a6527f3894c1 (patch) | |
tree | 8eb4f34b1625631f1461daba92bdf517e2840014 | |
parent | 7bc7d45a2588adaa1a1b7783519d7fd07d4026f1 (diff) | |
download | gcc-9e518ef7e73dd10d7acbbad98667a6527f3894c1.zip gcc-9e518ef7e73dd10d7acbbad98667a6527f3894c1.tar.gz gcc-9e518ef7e73dd10d7acbbad98667a6527f3894c1.tar.bz2 |
(CC): Add -U__STDC__.
From-SVN: r3147
-rw-r--r-- | gcc/config/romp/x-romp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp index 4a329c0..82f9e64 100644 --- a/gcc/config/romp/x-romp +++ b/gcc/config/romp/x-romp @@ -5,7 +5,7 @@ # # hc's warnings do nothing but obscure the output, hence the -w. # -CC=hc -Hnocpp -w +CC=hc -Hnocpp -w -U__STDC__ # The default `make' on the RT doesn't define MAKE, so do it here. MAKE=make |