This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Where to install CNI headers
On Tue, 2003-04-22 at 22:15, Tom Tromey wrote:
> Where does libstdc++ install things for a cross?
> Precedents make decisions easier...
It's the same as for a native: $(DESTDIR)/$(includedir)/c++/3.4 We
could use the same directory for gcj headers.
Hmm... why are the libffi headers being installed? If they need to be
installed they definitely need to go into a target specific include dir.
AG