diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-02-03 23:15:27 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-02-03 23:15:27 +0000 |
commit | 91f7b55f58bf7a740c089d537ac8615cd2cd6066 (patch) | |
tree | 422026eb63cc35395917dcef853ad86e25ee88d3 /gcc | |
parent | 79d8453e1c6f6e7e304d6f44da0dd018c459a121 (diff) | |
download | gcc-91f7b55f58bf7a740c089d537ac8615cd2cd6066.zip gcc-91f7b55f58bf7a740c089d537ac8615cd2cd6066.tar.gz gcc-91f7b55f58bf7a740c089d537ac8615cd2cd6066.tar.bz2 |
entered into RCS
From-SVN: r276
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/romp/x-mach | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/romp/x-mach b/gcc/config/romp/x-mach new file mode 100644 index 0000000..a181e1b --- /dev/null +++ b/gcc/config/romp/x-mach @@ -0,0 +1,5 @@ +# Ensure that CPATH is used and suppress lots of warnings. +CC=hc2 -Hcpp -w + +# The default `make' on the RT doesn't define MAKE, so do it here. +MAKE=make |