mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add sysdeps/unix/sysv/linux/x86_64/x32/configure
This commit is contained in:
parent
f8591f8049
commit
ccd0a08f4e
@ -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
|
||||
|
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
|
Loading…
Reference in New Issue
Block a user