summaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-02 15:44:24 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-02 15:44:24 +0000
commit94c957204d0f09f7625fb3d5a6f76fa272d821de (patch)
treec6b3f0e39e6729d1d81835c316f549ac9a7ed987 /libjava/Makefile.am
parentabb5d70537f83ab31d02f0adfc0e9e559b82b41a (diff)
downloadgcc-94c957204d0f09f7625fb3d5a6f76fa272d821de.tar.gz
The following patches include a couple of fixes for cross toolchains,
and endian bits for the picojava port. I am committing this (and the rebuilt Makefile.in/configure files). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29765 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index dc5a034059b..dc5ff59280f 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -80,6 +80,7 @@ JCFLAGS = -g
JC1FLAGS = -g @LIBGCJ_JAVAFLAGS@
LIBFFIINCS = -I$(top_srcdir)/../libffi/include -I../libffi/include
+ZINCS = -I$(top_srcdir)/../zlib
INCLUDES = -I$(top_srcdir) -Iinclude -I$(top_srcdir)/include \
$(GCINCS) $(THREADINCS) \