diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-03-03 11:41:16 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-05 19:09:16 +0000 |
commit | 693762b493165ab96822ef2342af62f74dc0367b (patch) | |
tree | 3627087dfd4bdd21c3a4e303b875d4af19dd8e0a /hints/aix.sh | |
parent | d1ca3daa86c9b198ada1278ef16d193996bbf3c9 (diff) | |
download | perl-693762b493165ab96822ef2342af62f74dc0367b.tar.gz |
Configure patches -01 and -02 for 5.004_61.
p4raw-id: //depot/perl@783
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 076eed5769..bc26590291 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -48,12 +48,6 @@ esac d_setregid='undef' d_setreuid='undef' -# The optimizer in 4.1.1 apparently generates bad code for scope.c. -# Configure doesn't offer an easy way to propagate extra variables -# only for certain cases, so the following contortion is required: -# This is probably not needed in 5.002 and later. -# scope_cflags='case "$osvers" in 4.1*) optimize=" ";; esac' - # Changes for dynamic linking by Wayne Scott <wscott@ichips.intel.com> # # Tell perl which symbols to export for dynamic linking. |