This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix build under -DPERL_GLOBAL_STRUCT
[perl5.git] / hints / mips.sh
index ddb2694..bc0b7e8 100644 (file)
@@ -1,15 +1,12 @@
-cmd_cflags='optimize="-g"'
 perl_cflags='optimize="-g"'
-tcmd_cflags='optimize="-g"'
-tperl_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_opts='-B'
+nm_opt='-B'
 case $PATH in
-*bsd*:/bin:*) cat <<END
+*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