summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-04 10:31:30 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-04 10:31:30 +0000
commit9b31ae9c4596dc6eecc439545b0b0462a9c2d5ef (patch)
treed2061b5e7c994615f9fadf644831c61776d02955 /configure
parent8c4cc81337d1f140fe4aff4c4a1621d987a0a3ec (diff)
downloadgcc-9b31ae9c4596dc6eecc439545b0b0462a9c2d5ef.tar.gz
* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219173 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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