mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
77c9db7751
commit
c0f43fa72e
|
|
@ -1,3 +1,9 @@
|
||||||
|
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
|
||||||
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
|
||||||
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
|
||||||
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
|
||||||
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue