mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 04:39:17 +08:00
Fix typo applying previous patch.
From-SVN: r42503
This commit is contained in:
parent
0fb617da85
commit
7aa9922d28
4
configure
vendored
4
configure
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user