about summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-03-16 15:03:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-03-16 15:20:45 -0700
commitf1a77b01f4e3a80782171297120e77ab112ce85d (patch)
tree75a6f8db458cd46c36a05f48b45e932cd1a7e558 /sysdeps/generic
parentc0c83bc8b299b08c4c0c5129da9a28ba740f087a (diff)
downloadglibc-f1a77b01f4e3a80782171297120e77ab112ce85d.tar.gz
glibc-f1a77b01f4e3a80782171297120e77ab112ce85d.tar.xz
glibc-f1a77b01f4e3a80782171297120e77ab112ce85d.zip
Add x32 support to ldconfig
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/ldconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
index 7e93ea8e50..ef3f4b99cb 100644
--- a/sysdeps/generic/ldconfig.h
+++ b/sysdeps/generic/ldconfig.h
@@ -33,6 +33,7 @@
 #define FLAG_POWERPC_LIB64	0x0500
 #define FLAG_MIPS64_LIBN32	0x0600
 #define FLAG_MIPS64_LIBN64	0x0700
+#define FLAG_X8664_LIBX32	0x0800
 
 /* Name of auxiliary cache.  */
 #define _PATH_LDCONFIG_AUX_CACHE "/var/cache/ldconfig/aux-cache"