diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-14 23:34:54 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-14 23:34:54 +0000 |
commit | ba1cafea1616d6046ae54a1ed59540867ff647b9 (patch) | |
tree | 1cdd533ecc31f80184df75f4c96ed03229fe3b12 /ChangeLog | |
parent | e6502dfb8894b4790004a5d58c519c7f33966180 (diff) | |
download | glibc-ba1cafea1616d6046ae54a1ed59540867ff647b9.tar.gz glibc-ba1cafea1616d6046ae54a1ed59540867ff647b9.tar.xz glibc-ba1cafea1616d6046ae54a1ed59540867ff647b9.zip |
Make tilegx32 install libraries in lib32 directories.
This patch makes tilegx32 install libraries in lib32 directories, matching what GCC expects and avoiding conflict with 64-bit libraries installed in lib directories. Tested (compilation only) for tilegx (32-bit and 64-bit, BE and LE, GCC 5). * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use LIBC_SLIBDIR_RTLDDIR for tilegx32. * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 737732cb7d..8aee2af571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-11-14 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use + LIBC_SLIBDIR_RTLDDIR for tilegx32. + * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated. + 2016-11-14 Zack Weinberg <zackw@panix.com> * sunrpc/Makefile (rpcgen-tests): Delete the .out file before |