Re: multiarch & base dir

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Nov 05, 2017 at 06:50:22PM +0000, Ramsay Jones wrote:
> 
> 
> On 05/11/17 09:33, Luc Van Oostenryck wrote:
> > Hi,
> > 
> > Commit 85e2e2a25 "Add support for multiarch system header files"
> > added for GCC's multiarch directory. One of the change was :
> > +       /* add the multiarch include directories, if any */
> > +       if (multiarch_dir && *multiarch_dir) {
> > +               add_pre_buffer("#add_system \"/usr/include/%s\"\n", multiarch_dir);
> > +               add_pre_buffer("#add_system \"/usr/local/include/%s\"\n", multiarch_dir);
> > +       }
> > 
> > 
> > There, the multiarch dir is appended to /usr/include & /usr/local/include.
> > I'm wondering if using GCC_BASE should be used here instead.
> > Any thoughts?
> 
> My initial reaction is definitely not! Certainly not _instead_ of
> /usr/include and /usr/local/include. Adding GCC_BASE, which would
> look something like: '/usr/lib/gcc/x86_64-linux-gnu/5', does not
> immediately strike me as a good idea, but I haven't given it much
> thought. ;-)

OK :)
Things is that I have no real idea what is the output of
	'gcc -print-multiarch=' 

My guess is that it must be a subdirectory of the 'install dir'
which may be '/usr' but could as well be something like:
	/opt/local/lib/gcc/x86_64-linux-gnu/6.3.0/
so using an hardcoded '/usr/include' seems wrong to me.

GCC's doc says the following about -print-multiarch:
     "Print the path to OS libraries for the selected multiarch,
      relative to some 'lib' subdirectory."
and both the 'some' and the 'lib' bring questions to my mind.
My main question is "how the output of -print-multiarch is related
to include directories?"

Not that all this matters much, though.

Regards,
-- Luc
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux