diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-01-18 02:27:49 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-01-18 02:27:49 +0000 |
commit | f4cb4c40de81ad9c5a8e775c2298ec5a52130124 (patch) | |
tree | bad0204337c331cde841254c428d1a6ebee231a2 /hints/dec_osf.sh | |
parent | 3edbfbe5ecbb7e6fb99acc874379580a458f3cff (diff) | |
download | perl-f4cb4c40de81ad9c5a8e775c2298ec5a52130124.tar.gz |
perl 5.000d : [hint file updates]
This patch consolidates most of the hint file updates I've been
collecting since perl5.000's release. Some of the updates don't make
any sense until you also apply the Configure patches in patch.0g.
(A few late arrivals are also in patch.0g.)
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 1f9d71f5c9..311a786ace 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -1,5 +1,7 @@ # hints/dec_osf.sh -optimize="-g" +case "$optimize" in +'') optimize="-g" ;; +esac ccflags="$ccflags -DSTANDARD_C -DDEBUGGING" # Version 1 has problems with -no_archive if only an archive # lib is available. |