x32 and libtool fixes

This commit is contained in:
Anthony Green
2013-02-07 15:47:01 -05:00
parent 95eecebb28
commit ffef2e046a
4 changed files with 26 additions and 4 deletions

View File

@@ -166,7 +166,14 @@ case "$host" in
i?86-*-* | x86_64-*-*)
TARGETDIR=x86
if test $ac_cv_sizeof_size_t = 4; then
TARGET=X86;
case "$host" in
*-gnux32)
TARGET=X86_64
;;
*)
TARGET=X86
;;
esac
else
TARGET=X86_64;
fi