perl 5.000d : [hint file updates]
[p5sagit/p5-mst-13.2.git] / hints / dec_osf.sh
1 # hints/dec_osf.sh
2 case "$optimize" in
3 '') optimize="-g" ;;
4 esac
5 ccflags="$ccflags -DSTANDARD_C -DDEBUGGING"
6 # Version 1 has problems with -no_archive if only an archive
7 # lib is available.
8 case "$osvers" in
9 1*) lddlflags='-shared -expect_unresolved "*" -s' ;;
10 *)   lddlflags='-shared -no_archive -expect_unresolved "*" -s' ;;
11 esac