perl5.000 patch.0j: fix minor portability and build problems remaining even after...
[p5sagit/p5-mst-13.2.git] / hints / dec_osf.sh
CommitLineData
a0d0e21e 1# hints/dec_osf.sh
f4cb4c40 2case "$optimize" in
3'') optimize="-g" ;;
4esac
a0d0e21e 5ccflags="$ccflags -DSTANDARD_C -DDEBUGGING"
6# Version 1 has problems with -no_archive if only an archive
7# lib is available.
8case "$osvers" in
91*) lddlflags='-shared -expect_unresolved "*" -s' ;;
10*) lddlflags='-shared -no_archive -expect_unresolved "*" -s' ;;
11esac