diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-29 02:41:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-08 21:24:59 -0500 |
commit | e7ad3f5aa88d262d86beda22ebb8a9202f776a26 (patch) | |
tree | af8694cf0f829e0b3248d04513e948966f915e10 /newlib/libc/Makefile.in | |
parent | 34af195290f0168ea63e039028a80503865ee3f9 (diff) | |
download | newlib-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/Makefile.in')
-rw-r--r-- | newlib/libc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/Makefile.in b/newlib/libc/Makefile.in index d473b72..b1fd6d8 100644 --- a/newlib/libc/Makefile.in +++ b/newlib/libc/Makefile.in @@ -328,6 +328,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@ |