+2005-03-25 Mike Stump <mrs@apple.com>
+
+ * configure.ac: Fix ZIP and GCJH at configure time to absolute
+ paths like we do for the compiler, as we use it in external/sax
+ and it doesn't get MULTIBUILDTOP right when multilibing.
+
2005-03-24 Anthony Green <green@redhat.com>
* gnu/gcj/tools/gcj_dbtool/Main.java: Accept libdir argument with
# Which gcj do we use?
which_gcj=default
built_gcc_dir="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
+built_hostdir="`cd ${builddotdot}/../../${host_subdir} && ${PWDCMD-pwd}`"
if test -n "${with_cross_host}"; then
# We are being configured with a cross compiler. We can't
# use ac_exeext, because that is for the target platform.
case "${which_gcj}" in
built)
GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
- GCJH='$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
- ZIP='$(MULTIBUILDTOP)../../$(host_subdir)/fastjar/fastjar'
+ # GCJH='$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
+ GCJH="$built_gcc_dir/gcjh"
+ # ZIP='$(MULTIBUILDTOP)../../$(host_subdir)/fastjar/fastjar'
+ ZIP="$built_hostdir/fastjar/fastjar"
;;
cross)
if test "x${with_newlib}" = "xyes"; then
# Which gcj do we use?
which_gcj=default
built_gcc_dir="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
+built_hostdir="`cd ${builddotdot}/../../${host_subdir} && ${PWDCMD-pwd}`"
if test -n "${with_cross_host}"; then
# We are being configured with a cross compiler. We can't
# use ac_exeext, because that is for the target platform.
case "${which_gcj}" in
built)
GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
- GCJH='$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
- ZIP='$(MULTIBUILDTOP)../../$(host_subdir)/fastjar/fastjar'
+ # GCJH='$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
+ GCJH="$built_gcc_dir/gcjh"
+ # ZIP='$(MULTIBUILDTOP)../../$(host_subdir)/fastjar/fastjar'
+ ZIP="$built_hostdir/fastjar/fastjar"
;;
cross)
if test "x${with_newlib}" = "xyes"; then