This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Where to install CNI headers


CNI headers are always installed in $(DESTDIR)$(includedir).  This is
wrong because cross compilers never (and shouldn't) search this
directory.  

When building a cross, I suggest we install the headers in
$(DESTDIR)$(target_alias)/include for the simple reasons that
1) g++ crosses already search there, and
2) at least one of the headers really is target dependent.

Would it be OK to submit a patch for this?

AG





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