aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/configure')
-rwxr-xr-xgcc-4.6/gcc/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/configure b/gcc-4.6/gcc/configure
index 240905cc5..9e040d9e0 100755
--- a/gcc-4.6/gcc/configure
+++ b/gcc-4.6/gcc/configure
@@ -21335,9 +21335,11 @@ if test -f $gcc_cv_binutils_srcdir/configure.in \
gcc_cv_readelf=../binutils/readelf$build_exeext
elif test -x readelf$build_exeext; then
gcc_cv_readelf=./readelf$build_exeext
+elif ( set dummy $READELF_FOR_TARGET; test -x $2 ); then
+ gcc_cv_readelf="$READELF_FOR_TARGET"
else
- # Extract the first word of "readelf", so it can be a program name with args.
-set dummy readelf; ac_word=$2
+ # Extract the first word of "$READELF_FOR_TARGET", so it can be a program name with args.
+set dummy $READELF_FOR_TARGET; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if test "${ac_cv_path_gcc_cv_readelf+set}" = set; then :