summaryrefslogtreecommitdiff
path: root/hints/mips.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/mips.sh')
-rw-r--r--hints/mips.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/hints/mips.sh b/hints/mips.sh
new file mode 100644
index 0000000000..bc0b7e8073
--- /dev/null
+++ b/hints/mips.sh
@@ -0,0 +1,14 @@
+perl_cflags='optimize="-g"'
+d_volatile=undef
+d_castneg=undef
+cc=cc
+glibpth="/usr/lib/cmplrs/cc $glibpth"
+groupstype=int
+nm_opt='-B'
+case $PATH in
+*bsd*:/bin:*) cat <<END >&4
+NOTE: Some people have reported having much better luck with Mips CC than
+with the BSD cc. Put /bin first in your PATH if you have difficulties.
+END
+;;
+esac