From: Richard Stallman Date: Thu, 7 Jan 1993 21:52:20 +0000 (+0000) Subject: (CC): Add -U__STDC__. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e518ef7e73dd10d7acbbad98667a6527f3894c1;p=gcc.git (CC): Add -U__STDC__. From-SVN: r3147 --- diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp index 4a329c0d78e..82f9e643942 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