diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-05 01:14:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-08 19:09:26 -0500 |
commit | b9346cee1a1ac2b496d98f723e802a6e7959b1e0 (patch) | |
tree | 19960e423eb77b46c9b95526522c7d6c221f42c8 /newlib/libc/stdlib | |
parent | 9b50254377986a12469be5322daa72fd113b452e (diff) | |
download | newlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.zip newlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.tar.gz newlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.tar.bz2 |
newlib: switch to standard AC_PROG_CC
Now that we use AC_NO_EXECUTABLES, and we require a recent version of
autoconf, we don't need to define our own copies of these macros. So
switch to the standard AC_PROG_CC.
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r-- | newlib/libc/stdlib/Makefile.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in index 40e8f76..66d0b7d 100644 --- a/newlib/libc/stdlib/Makefile.in +++ b/newlib/libc/stdlib/Makefile.in @@ -98,8 +98,7 @@ host_triplet = @host@ subdir = stdlib ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \ - $(top_srcdir)/../../config/lead-dot.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../../config/lead-dot.m4 \ $(top_srcdir)/../../config/override.m4 \ $(top_srcdir)/../../libtool.m4 \ $(top_srcdir)/../../ltoptions.m4 \ @@ -325,14 +324,12 @@ AWK = @AWK@ CC = @CC@ CCAS = @CCAS@ CCASFLAGS = @CCASFLAGS@ -CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CRT0 = @CRT0@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ -DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ @@ -401,9 +398,7 @@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ aext = @aext@ -am__include = @am__include@ am__leading_dot = @am__leading_dot@ -am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ |