diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:07 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:07 +0000 |
commit | 352d5a3ab0aab9889c59e847643d265e062cec0b (patch) | |
tree | e0189b7c762b8e87cf461b329640d6efdfab3520 /hints/mips.sh | |
parent | 6e21c824d91ef0b4ae60b95b347e344e5bb4d38a (diff) | |
download | perl-352d5a3ab0aab9889c59e847643d265e062cec0b.tar.gz |
perl 4.0 patch 7: patch #4, continued
See patch #4.
Diffstat (limited to 'hints/mips.sh')
-rw-r--r-- | hints/mips.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/hints/mips.sh b/hints/mips.sh index 623b6f080b..ddb2694658 100644 --- a/hints/mips.sh +++ b/hints/mips.sh @@ -1,6 +1,17 @@ -optimize='-g' +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" groupstype=int +nm_opts='-B' +case $PATH in +*bsd*:/bin:*) cat <<END +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 |