diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 23:39:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 23:39:26 +0000 |
commit | bab3591f9fe41314b6f0fcfe82b37895cadc6fc3 (patch) | |
tree | 32565e50c4d4f6434a8c811b86cc809a535c2973 /hints/aix.sh | |
parent | 4cc87e5d7e477e9e407eb2b921760421a995b9b5 (diff) | |
download | perl-bab3591f9fe41314b6f0fcfe82b37895cadc6fc3.tar.gz |
More AIX fixes from Steven Hirsch.
p4raw-id: //depot/cfgperl@5333
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index a22ca82a66..5a9482002c 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -318,7 +318,7 @@ EOM # from 'trylist', the Configure script will just reset it to 'ar' # immediately prior to writing config.sh. This took me hours # to figure out. - trylist="`echo $trylist | sed -e 's@^ar @@' -e 's@ ar @@g' -e 's@ ar$@@'`" + trylist="`echo $trylist | sed -e 's@^ar @@' -e 's@ ar @ @g' -e 's@ ar$@@'`" ar="ar -X64" nm_opt="-X64 $nm_opt" # Note: Placing the 'lfcflags' variable into the 'ldflags' string |