From 262c12647b1023025f38901d0a7e7aa36530a1a4 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Wed, 11 Dec 1991 11:48:00 +0000 Subject: [PATCH] entered into RCS From-SVN: r115 --- gcc/config/romp/x-romp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gcc/config/romp/x-romp diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp new file mode 100644 index 00000000000..55dfb61a99d --- /dev/null +++ b/gcc/config/romp/x-romp @@ -0,0 +1,8 @@ +# 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 , so it doesn't matter whether +# fixincludes has been run. +CC=hc -Hnocpp + +# The default `make' on the RT doesn't define MAKE, so do it here. +MAKE=make -- 2.30.2