Skip to content

Commit

Permalink
Add sysdeps/unix/sysv/linux/x86_64/x32/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu committed May 24, 2012
1 parent f8591f8 commit ccd0a08
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 18 additions & 0 deletions sysdeps/unix/sysv/linux/x86_64/x32/configure
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ccd0a08

Please sign in to comment.