From: Sergei Trofimovich <slyfox@gentoo.org>
To: systemtap@sourceware.org
Cc: Sergei Trofimovich <slyfox@gentoo.org>
Subject: [PATCH] configure.ac: use AM_PROG_AR to autodetect prefixed 'ar'
Date: Wed, 9 Sep 2020 00:08:18 +0100 [thread overview]
Message-ID: <20200908230818.3326772-1-slyfox@gentoo.org> (raw)
Before the change
./configure --host=x86_64-pc-linux-gnu
was using 'ar' tool to generate archives.
After the change it uses x86_64-pc-linux-gnu-ar tool.
It's useful for selecting one of multiple available
prefixed toolchains.
WARNING: Did not regenerate autotools files.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 6249110db..9589fa6f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
+AM_PROG_AR
AM_PROG_CC_C_O
AC_PROG_RANLIB
AC_OBJEXT
--
2.28.0
next reply other threads:[~2020-09-08 23:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-08 23:08 Sergei Trofimovich [this message]
2020-09-09 1:08 ` Frank Ch. Eigler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200908230818.3326772-1-slyfox@gentoo.org \
--to=slyfox@gentoo.org \
--cc=systemtap@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).