diff options
Diffstat (limited to 'gcc/config/romp/x-romp')
-rwxr-xr-x | gcc/config/romp/x-romp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp deleted file mode 100755 index 82f9e64..0000000 --- a/gcc/config/romp/x-romp +++ /dev/null @@ -1,11 +0,0 @@ -# obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is -# 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. -# -# hc's warnings do nothing but obscure the output, hence the -w. -# -CC=hc -Hnocpp -w -U__STDC__ - -# The default `make' on the RT doesn't define MAKE, so do it here. -MAKE=make |