Commit c0f43fa7 by Richard Earnshaw Committed by Richard Earnshaw

configure.in (ZIP, GCJH): Remove white space around '=' in variable assignment.

* configure.in(ZIP, GCJH): Remove white space around '=' in variable
assignment.
* configure: Regenerated.

From-SVN: r84843
parent 77c9db77
2004-07-17 Richard Earnshaw <rearnsha@arm.com>
* configure.in(ZIP, GCJH): Remove white space around '=' in variable
assignment.
* configure: Regenerated.
2004-07-16 Nathanael Nerode <neroden@gcc.gnu.org> 2004-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Use build_noncanonical rather than build_alias. * configure.in: Use build_noncanonical rather than build_alias.
......
...@@ -7183,8 +7183,8 @@ fi ...@@ -7183,8 +7183,8 @@ fi
case "${which_gcj}" in case "${which_gcj}" in
built) built)
GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/" GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
GCJH = '$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh' GCJH='$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh'
ZIP = '$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar'
;; ;;
cross) cross)
if test "x${with_newlib}" = "xyes"; then if test "x${with_newlib}" = "xyes"; then
...@@ -7194,15 +7194,15 @@ case "${which_gcj}" in ...@@ -7194,15 +7194,15 @@ case "${which_gcj}" in
else else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/" GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi fi
ZIP = jar ZIP=jar
GCJH = '$(target_noncanonical)-gcjh' GCJH='$(target_noncanonical)-gcjh'
;; ;;
path) path)
GCJ="gcj -B`${PWDCMD-pwd}`/" GCJ="gcj -B`${PWDCMD-pwd}`/"
## In this case, gcj is found outside the build tree. However, zip is ## In this case, gcj is found outside the build tree. However, zip is
## found in the build tree. ## found in the build tree.
ZIP = '$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar'
GCJH = gcjh GCJH=gcjh
;; ;;
esac esac
......
...@@ -1089,8 +1089,8 @@ fi ...@@ -1089,8 +1089,8 @@ fi
case "${which_gcj}" in case "${which_gcj}" in
built) built)
GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/" GCJ="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
GCJH = '$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh' GCJH='$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh'
ZIP = '$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar'
;; ;;
cross) cross)
if test "x${with_newlib}" = "xyes"; then if test "x${with_newlib}" = "xyes"; then
...@@ -1100,15 +1100,15 @@ case "${which_gcj}" in ...@@ -1100,15 +1100,15 @@ case "${which_gcj}" in
else else
GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/" GCJ="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
fi fi
ZIP = jar ZIP=jar
GCJH = '$(target_noncanonical)-gcjh' GCJH='$(target_noncanonical)-gcjh'
;; ;;
path) path)
GCJ="gcj -B`${PWDCMD-pwd}`/" GCJ="gcj -B`${PWDCMD-pwd}`/"
## In this case, gcj is found outside the build tree. However, zip is ## In this case, gcj is found outside the build tree. However, zip is
## found in the build tree. ## found in the build tree.
ZIP = '$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar' ZIP='$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar'
GCJH = gcjh GCJH=gcjh
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment