This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Build] Don't install libcilkrt's include/cilk/ header files twice for multi-lib installations



H.J. Lu wrote:
On Thu, Mar 20, 2014 at 1:25 PM, Tobias Burnus <burnus@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/

No, I meant the latter. However, it is system dependent whether it is in "lib" or "lib64".

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]