Add sysdeps/unix/sysv/linux/x86_64/x32/configure

This commit is contained in:
H.J. Lu 2012-05-23 20:03:20 -07:00
parent f8591f8049
commit ccd0a08f4e
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
mktime: avoid signed integer overflow

View File

@ -0,0 +1,18 @@
# Local configure fragment for sysdeps/unix/sysv/linux/86_64/x32.
case "$machine" in
x86_64/x32)
test -n "$arch_minimum_kernel" || arch_minimum_kernel=3.4.0
test -n "$libc_cv_slibdir" ||
case "$prefix" in
/usr | /usr/)
libc_cv_slibdir="/libx32"
if test "$libdir" = '${exec_prefix}/lib'; then
libdir='${exec_prefix}/libx32';
# Locale data can be shared.
libc_cv_localedir='${exec_prefix}/lib/locale'
fi
;;
esac
;;
esac