mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add sysdeps/unix/sysv/linux/x86_64/x32/configure
This commit is contained in:
@ -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>
|
2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
mktime: avoid signed integer overflow
|
mktime: avoid signed integer overflow
|
||||||
|
18
sysdeps/unix/sysv/linux/x86_64/x32/configure
vendored
Normal file
18
sysdeps/unix/sysv/linux/x86_64/x32/configure
vendored
Normal 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
|
Reference in New Issue
Block a user