This is the mail archive of the gcc@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]

GCJ and $PREFIX/include


Currently GCJ puts a lot of headers directly in $PREFIX/include:

  ffi.h
  ffi_mips.h
  fficonfig.h
  gc.h
  gc_backptr.h
  gc_cpp.h
  gc_local_alloc.h
  gc_pthread_redirects.h
  gcj/
  gnu/
  java/
  javax/
  jni.h
  jvmpi.h
  org/

Could we please put this into $PREFIX/include/java/3.3 similar to what we
do for C++ headers and also have the equivalent of --with-gxx-include-dir
for Java include files?

This seems more consistent (and cleaner) to me and would make packaging
easier in various cases.

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/


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