diff options
author | Anthony Green <green@gcc.gnu.org> | 2001-05-23 17:24:49 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2001-05-23 17:24:49 +0000 |
commit | 7aa9922d281d90a63937fea1bbdeb46a8225b22b (patch) | |
tree | 2beb0216a88166a51466db8363464c13288f53fa /configure | |
parent | 0fb617da851720d439f66c4d8c9cc4df5b615cb3 (diff) | |
download | gcc-7aa9922d281d90a63937fea1bbdeb46a8225b22b.tar.gz |
Fix typo applying previous patch.
From-SVN: r42503
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 75af8fdddc4..7ab89f5bf87 100755 --- a/configure +++ b/configure @@ -89,7 +89,7 @@ subdirs= target_alias=NOTARGET target_makefile_frag= undefs=NOUNDEFS -version="$Revision: 1.34 $" +version="$Revision: 1.35 $" x11=default bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -949,7 +949,7 @@ t loop CC_FOR_BUILD=${CC_FOR_BUILD-gcc} CC_FOR_TARGET=${CC_FOR_TARGET-${target_alias}-gcc} CXX_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-c++} - GCJ_FOR_TARGET=${CXX_FOR_TARGET-${target_alias}-gcj} + GCJ_FOR_TARGET=${GCJ_FOR_TARGET-${target_alias}-gcj} DLLTOOL=${DLLTOOL-${host_alias}-dlltool} DLLTOOL_FOR_TARGET=${DLLTOOL_FOR_TARGET-${target_alias}-dlltool} GCC_FOR_TARGET=${GCC_FOR_TARGET-${CC_FOR_TARGET-${target_alias}-gcc}} |