diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2015-01-04 10:31:30 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2015-01-04 10:31:30 +0000 |
commit | ec8fd1c0e32b2232afdadf7b6f57f4f65695cbd4 (patch) | |
tree | d2061b5e7c994615f9fadf644831c61776d02955 /configure | |
parent | 70281a8e002cbbda0bcc1adf247dea540006b75d (diff) | |
download | gcc-ec8fd1c0e32b2232afdadf7b6f57f4f65695cbd4.tar.gz |
configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
* configure: Regenerate.
From-SVN: r219173
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 49719ae1baa..168e7fed10c 100755 --- a/configure +++ b/configure @@ -14373,7 +14373,7 @@ $as_echo "just compiled" >&6; } $as_echo "pre-installed in $ac_dir" >&6; } elif test "x$target" = "x$host"; then # We can use an host tool - OBJCOPY_FOR_TARGET='$(OBJDUMP)' + OBJCOPY_FOR_TARGET='$(OBJCOPY)' { $as_echo "$as_me:${as_lineno-$LINENO}: result: host tool" >&5 $as_echo "host tool" >&6; } else |