On Thu, Mar 20, 2014 at 1:25 PM, Tobias Burnus <bur...@net-b.de> wrote: > When looking at PR 60589, I saw that libcilk's header files are installed > multiple times. On my x86-64-gnu-linux system, I have them as: > > lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/cilk/*.h > lib64/gcc/x86_64-unknown-linux-gnu/4.9.0/include/cilk/*.h > > However, GCC only reads the latter - even with -m32. I think the attached
Did you mean "former"? My x86-64 GCC only reads header files under lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include/ > patch does the right thing - at least it matches the other libraries and I > only end up with the headers in lib64. > > OK for the trunk? > > * * * > > Actually, libssp has the same issue: It also installs the headers twice. As > I am not sure which projects all include libssp and where the development > happens, I have not updated its Makefile.am. > > Tobias -- H.J.