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