]> gcc.gnu.org Git - gcc.git/blob - gcc/config/romp/x-romp
(bdn/bdz): Fix typo in checking for when we need to split.
[gcc.git] / gcc / config / romp / x-romp
1 # obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is
2 # being used. -Hnocpp makes hc use its builtin preprocessor instead of
3 # /lib/cpp. gcc doesn't use <sys/ioctl.h>, so it doesn't matter whether
4 # fixincludes has been run.
5 #
6 # hc's warnings do nothing but obscure the output, hence the -w.
7 #
8 CC=hc -Hnocpp -w -U__STDC__
9
10 # The default `make' on the RT doesn't define MAKE, so do it here.
11 MAKE=make
This page took 0.034904 seconds and 5 git commands to generate.