This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Library directories for tilegx
- From: Joseph Myers <joseph at codesourcery dot com>
- To: <libc-alpha at sourceware dot org>, <cmetcalf at mellanox dot com>
- Date: Fri, 4 Nov 2016 00:43:51 +0000
- Subject: Library directories for tilegx
- Authentication-results: sourceware.org; auth=none
TileGX GCC believes that 64-bit libraries go in lib/ and 32-bit libraries
and dynamic linker go in lib32/. But the glibc port does not use
LIBC_SLIBDIR_RTLDDIR in the 32-bit case, meaning that both get installed
in lib/ and building a biarch GCC blows up (as found when making my
build-many-glibcs.py script support building all GNU/Linux glibc ABIs).
What is the correct set of directories to use?
--
Joseph S. Myers
joseph@codesourcery.com