blob: be6dbe1e5756754fa9b95f27770ae65f67d04d86 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001Upstream-Status: Backport
2Signed-off-by: Ross Burton <ross.burton@arm.com>
Andrew Geissler6ce62a22020-11-30 19:58:47 -06003
Andrew Geisslereff27472021-10-29 15:35:00 -05004From 47dce6a7002a8d7b818c19d574d81327b769871b Mon Sep 17 00:00:00 2001
5From: "Arnold D. Robbins" <arnold@skeeve.com>
6Date: Fri, 5 Jun 2020 13:14:54 +0300
7Subject: Allow for cross-compile version of ar.
Andrew Geissler6ce62a22020-11-30 19:58:47 -06008
Andrew Geissler6ce62a22020-11-30 19:58:47 -06009---
Andrew Geisslereff27472021-10-29 15:35:00 -050010 configure.ac | 3 +++
11 1 file changed, 3 insertions(+)
12
13(limited to 'configure.ac')
Andrew Geissler6ce62a22020-11-30 19:58:47 -060014
15diff --git a/configure.ac b/configure.ac
Andrew Geisslereff27472021-10-29 15:35:00 -050016index 31364ab8..8c256f21 100644
Andrew Geissler6ce62a22020-11-30 19:58:47 -060017--- a/configure.ac
18+++ b/configure.ac
Andrew Geisslereff27472021-10-29 15:35:00 -050019@@ -105,6 +105,9 @@ AC_EXEEXT
20 AC_PROG_INSTALL
21 AC_PROG_MAKE_SET
Andrew Geissler6ce62a22020-11-30 19:58:47 -060022
Andrew Geisslereff27472021-10-29 15:35:00 -050023+# support/ builds libsupport.a, allow for cross version of ar
24+AM_PROG_AR
25+
26 # This is mainly for my use during testing and development.
27 # Yes, it's a bit of a hack.
28 AC_MSG_CHECKING([for special development options])
Andrew Geissler6ce62a22020-11-30 19:58:47 -060029--
Andrew Geisslereff27472021-10-29 15:35:00 -050030cgit v1.2.1