diff options
Diffstat (limited to 'hints')
-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 |