X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fmips.sh;h=bc0b7e8073769ff89027a4f83582861ba9ea9142;hb=333b7451c3645c70d019a85ff880dce1977c7857;hp=623b6f080b59d9429a718b9ea906b462273124e3;hpb=35c8bce761056f470189967ccc824e04467151df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/mips.sh b/hints/mips.sh index 623b6f0..bc0b7e8 100644 --- a/hints/mips.sh +++ b/hints/mips.sh @@ -1,6 +1,14 @@ -optimize='-g' +perl_cflags='optimize="-g"' d_volatile=undef d_castneg=undef cc=cc -libpth="/usr/lib/cmplrs/cc $libpth" +glibpth="/usr/lib/cmplrs/cc $glibpth" groupstype=int +nm_opt='-B' +case $PATH in +*bsd*:/bin:*) cat <&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