-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sysdeps/unix/sysv/linux/x86_64/x32/configure
- Loading branch information
H.J. Lu
committed
May 24, 2012
1 parent
f8591f8
commit ccd0a08
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |