summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>2001-05-23 17:24:49 +0000
committerAnthony Green <green@gcc.gnu.org>2001-05-23 17:24:49 +0000
commit7aa9922d281d90a63937fea1bbdeb46a8225b22b (patch)
tree2beb0216a88166a51466db8363464c13288f53fa /configure
parent0fb617da851720d439f66c4d8c9cc4df5b615cb3 (diff)
downloadgcc-7aa9922d281d90a63937fea1bbdeb46a8225b22b.tar.gz
Fix typo applying previous patch.
From-SVN: r42503
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
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}}