[Bug bootstrap/104057] cross compiler multilibs libs path too chaos

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Jan 16 23:37:41 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104057

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-01-16
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Can you give an example?
There are two different directories where multilib is there.
One is based on the multilib name and the other is the OS multi-lib directory
name.

the one that matters to GCC depends on the context of the directory.
For an example ${prefix}/lib and ${prefix}/lib64 are OS directory names.
While things under ${prefix}/lib/gcc/${triplet}/${version}/ are the multi-lib
path.

Are you using --with-sysroot to use the normal OS directory structure?


More information about the Gcc-bugs mailing list