This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FreeBSD may not have the C99 long double math interfaces.
[perl5.git] / hints / mips.sh
index 623b6f0..bc0b7e8 100644 (file)
@@ -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 <<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