diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-02 17:08:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-02 17:08:05 +0000 |
commit | f0660b7388f51601a5522c72327ea435cf8675d5 (patch) | |
tree | 50580c0ada983413074955e1951a38381270ded2 /binutils/configure | |
parent | b50c15dce92e1bd88e423b3e42dcad97810692bb (diff) | |
download | gdb-f0660b7388f51601a5522c72327ea435cf8675d5.zip gdb-f0660b7388f51601a5522c72327ea435cf8675d5.tar.gz gdb-f0660b7388f51601a5522c72327ea435cf8675d5.tar.bz2 |
Add Russian translation
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index bdec136..8210910 100755 --- a/binutils/configure +++ b/binutils/configure @@ -2764,7 +2764,7 @@ EOF fi -ALL_LINGUAS="fr tr ja es sv da zh_CN" +ALL_LINGUAS="fr tr ja es sv da zh_CN ru" # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -5552,6 +5552,11 @@ do BUILD_DLLTOOL='$(DLLTOOL_PROG)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" ;; + powerpc*-aix5.[01]) + ;; + powerpc*-aix5.*) + OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT" + ;; powerpc*-*-pe* | powerpc*-*-cygwin*) BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC" |