diff options
author | Charles Hannum <mycroft@gnu.org> | 1991-12-11 11:48:00 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1991-12-11 11:48:00 +0000 |
commit | 262c12647b1023025f38901d0a7e7aa36530a1a4 (patch) | |
tree | 4dd2253287ee366e8ac3b37e52d58d909dddffad | |
parent | 2ae072b40df69d0051c8871f76888fae53b53cae (diff) | |
download | gcc-262c12647b1023025f38901d0a7e7aa36530a1a4.zip gcc-262c12647b1023025f38901d0a7e7aa36530a1a4.tar.gz gcc-262c12647b1023025f38901d0a7e7aa36530a1a4.tar.bz2 |
entered into RCS
From-SVN: r115
-rw-r--r-- | gcc/config/romp/x-romp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp new file mode 100644 index 0000000..55dfb61 --- /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 <sys/ioctl.h>, 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 |