This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add descriptions for $^E and $^O, and squash a typo.
[perl5.git] / hints / dec_osf.sh
CommitLineData
a0d0e21e 1# hints/dec_osf.sh
1fc4cb55
AD
2case "$optimize" in
3'')
4 case "$cc" in
5 *gcc*) ;;
6 *) optimize='-O2 -Olimit 2900' ;;
7 esac
8 ;;
9esac
fed7345c 10ccflags="$ccflags -DSTANDARD_C"
4633a7c4 11lddlflags='-shared -expect_unresolved "*" -s -hidden'