aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-29 02:41:03 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-08 21:24:59 -0500
commite7ad3f5aa88d262d86beda22ebb8a9202f776a26 (patch)
treeaf8694cf0f829e0b3248d04513e948966f915e10 /newlib/libc/posix
parent34af195290f0168ea63e039028a80503865ee3f9 (diff)
downloadnewlib-e7ad3f5aa88d262d86beda22ebb8a9202f776a26.zip
newlib-e7ad3f5aa88d262d86beda22ebb8a9202f776a26.tar.gz
newlib-e7ad3f5aa88d262d86beda22ebb8a9202f776a26.tar.bz2
newlib: switch to AM_PROG_AR
Now that we require automake-1.15, we can use this macro rather than do the tool search ourselves.
Diffstat (limited to 'newlib/libc/posix')
-rw-r--r--newlib/libc/posix/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/posix/Makefile.in b/newlib/libc/posix/Makefile.in
index e84d058..b73b646 100644
--- a/newlib/libc/posix/Makefile.in
+++ b/newlib/libc/posix/Makefile.in
@@ -316,6 +316,7 @@ abs_newlib_basedir = @abs_newlib_basedir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
aext = @aext@