Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-29 10:41:03 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-09 05:24:59 +0300
commite7ad3f5aa88d262d86beda22ebb8a9202f776a26 (patch)
treeaf8694cf0f829e0b3248d04513e948966f915e10 /newlib/libm/mathfp
parent34af195290f0168ea63e039028a80503865ee3f9 (diff)
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/libm/mathfp')
-rw-r--r--newlib/libm/mathfp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/mathfp/Makefile.in b/newlib/libm/mathfp/Makefile.in
index 11355d334..214d88ba9 100644
--- a/newlib/libm/mathfp/Makefile.in
+++ b/newlib/libm/mathfp/Makefile.in
@@ -331,6 +331,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@