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

Re: Patch: install libgcj-config.h someplace special


On Mar 10, 2002, Anthony Green <green@redhat.com> wrote:

> libgcj-config.h is generated at configure time.  Unfortunately it's
> installed in the regular include dir.  This patch moves it to a
> target and version specific directory which is searched by g++.

> Ok for trunk and branch?

If it's not multilib specific too, we're in danger of falling prey of
a problem if different multilibs generate different headers.  I don't
see like this is possible, but a big warning should be added to
libgcj-config.h.in to prevent anyone from playing fast-and-loose and
adding stuff to this header that may change across multilibs.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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