diff options
Diffstat (limited to 'gcc/config/romp/x-mach')
-rwxr-xr-x | 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 100755 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 |