* [PATCH] configure.ac: use AM_PROG_AR to autodetect prefixed 'ar'
@ 2020-09-08 23:08 Sergei Trofimovich
2020-09-09 1:08 ` Frank Ch. Eigler
0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2020-09-08 23:08 UTC (permalink / raw)
To: systemtap; +Cc: Sergei Trofimovich
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-09 1:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 23:08 [PATCH] configure.ac: use AM_PROG_AR to autodetect prefixed 'ar' Sergei Trofimovich
2020-09-09 1:08 ` Frank Ch. Eigler
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).