search for: ac_cv_sizeof_voidp

Displaying 1 result from an estimated 1 matches for "ac_cv_sizeof_voidp".

2015 Jan 09
1
host_cpu fix
On BSD systems, the 64-bit x86 architecture is called "amd64". --- configure.ac.orig 2014-11-27 03:45:33.598155000 +0100 +++ configure.ac 2015-01-09 23:34:27.000000000 +0100 @@ -104,7 +104,7 @@ asm_optimisation=no case "$host_cpu" in - x86_64) + amd64|x86_64) if test $ac_cv_sizeof_voidp = 4 ; then # This must be a 32 bit user space running on 64 bit kernel so treat # this as ia32. -- Christian "naddy" Weisgerber naddy at mips.inka.de