* configure.in: Use m/intel386.h for amd64 with x32 ABI.

(Do not merge to trunk.)

Fixes: debbugs:11669
This commit is contained in:
Ulrich Mueller 2012-06-21 15:42:32 -04:00 committed by Glenn Morris
parent 9e29ca4f48
commit dd7a987e45
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-06-21 Ulrich Mueller <ulm@gentoo.org>
* configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669)
2012-06-01 Chong Yidong <cyd@gnu.org>
* Version 24.1 released.

View file

@ -749,6 +749,7 @@ if test "$machine" = "amdx86-64"; then
machine=intel386
machfile="m/${machine}.h"
fi
AC_CHECK_DECL([__ILP32__], [machfile="m/intel386.h"])
fi
AC_PATH_PROG(INSTALL_INFO, install-info)