diff options
Diffstat (limited to 'hints/mips.sh')
-rw-r--r-- | hints/mips.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/mips.sh b/hints/mips.sh new file mode 100644 index 0000000000..623b6f080b --- /dev/null +++ b/hints/mips.sh @@ -0,0 +1,6 @@ +optimize='-g' +d_volatile=undef +d_castneg=undef +cc=cc +libpth="/usr/lib/cmplrs/cc $libpth" +groupstype=int |