summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-09-20 01:28:29 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-09-20 01:28:29 +0200
commita0e0553fc4936c7a7beeac7fd083630baf3413bc (patch)
treebf961e018e38984cd658c058616bb92f75d644b6 /aclocal.m4
parent86a72fb1e2f793037cf6a27f701b0b0bcf975e2b (diff)
parent16292eddd77f66002e2104848e75a0fb4d316692 (diff)
Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_Whittaker
Conflicts: configure
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5d441a7926..57f6799b76 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -102,6 +102,8 @@ AR=`$CC -print-prog-name=ar`
AC_SUBST(AR)
OBJDUMP=`$CC -print-prog-name=objdump`
AC_SUBST(OBJDUMP)
+OBJCOPY=`$CC -print-prog-name=objcopy`
+AC_SUBST(OBJCOPY)
# Determine whether we are using GNU binutils.
AC_CACHE_CHECK(whether $AS is GNU as, libc_cv_prog_as_gnu,