On 11/26/18 5:19 PM, Matthias Klose wrote: > On 26.11.18 13:20, Martin Liška wrote: >> On 11/23/18 7:08 PM, Joseph Myers wrote: >>> In the multiarch case, do you want >>> <something>/include/finclude/<multiarch> or >>> <something>/include/<multiarch>/finclude? (This is where I'd hope Debian >>> / Ubuntu GCC people would comment.) >> >> Mathias can you please reply to this? > > this should not matter, as long as you use the multilib name, and the correct > directory is used with the -m32/-m64/-mabi options. Are other compilers like > a > clang based compiler supposed to access this directory as well?
I don't think so. > In that case > the include directories should be documented. > > One more question: Will GCC itself install header files in these directories, > or > will you have different directories depending on the GCC version (or gfortran > module version)? The header file will be install by glibc (glibc-devel package). Martin > > Matthias >