X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Faix.sh;h=a55f24469433a068e96bad73e008efe260162ab6;hb=3a7209f1a0e0ec8f7d98c18df2233cb998b39ffc;hp=31d189f5d9e069b681e22eb16161575077118730;hpb=982b7775e1ad97c44654b5fd0132bfeb9eacc46e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/aix.sh b/hints/aix.sh index 31d189f..a55f244 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -384,13 +384,13 @@ EOM ar="ar -X64" nm_opt="-X64 $nm_opt" # Note: Placing the 'qacflags' variable into the 'ldflags' string - # is NOT a typo. ldqalags is passed to the C compiler for final + # is NOT a typo. ldflags is passed to the C compiler for final # linking, and it wants -q64 (-b64 is for ld only!). case "$qacflags$qaldflags$qalibs" in '');; *) ccflags="$ccflags $qacflags" ldflags="$ldflags $qacflags" - lddqalags="$qaldflags $lddqalags" + lddlflags="$qaldflags $lddlflags" libswanted="$libswanted $qalibs" ;; esac