summaryrefslogtreecommitdiffstats
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-26 22:56:15 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-26 22:56:15 +0000
commit1898595630a660c0a402cb5f9d4c205d5f2855b5 (patch)
tree153f435249da426ecf36e8a62d8c3b67847f7bb8 /libjava/Makefile.am
parentcc69b203282e88958126242e438ae60dc06533df (diff)
downloadppe42-gcc-1898595630a660c0a402cb5f9d4c205d5f2855b5.tar.gz
ppe42-gcc-1898595630a660c0a402cb5f9d4c205d5f2855b5.zip
2003-07-26 Mohan Embar <gnustuff@thisiscool.com>
Ranjit Mathew <rmathew@hotmail.com> * Makefile.am: Use cross-compiling gcjh from the path for a crossed-native build. * Makefile.in: Rebuilt. * configure.in: Include libltdl in non-newlib builds. Moved determination of gcj used to build libraries to its own section. Fixed cross-compilation issues for non-newlib builds. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index 4e02c07ab4a..23a071c0719 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -64,10 +64,11 @@ if NULL_TARGET
## In this case, gcj is found outside the build tree. However, zip is
## found in the build tree.
ZIP = $(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar
+GCJH = gcjh
else
ZIP = jar
+GCJH = $(target_alias)-gcjh
endif
-GCJH = gcjh
else # CANADIAN
GCJH = $(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh
ZIP = $(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar
OpenPOWER on IntegriCloud