]> sourceware.org Git - newlib-cygwin.git/commit
newlib: move version defines out of the config headers
authorMike Frysinger <vapier@gentoo.org>
Tue, 18 Jan 2022 02:17:54 +0000 (21:17 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Jan 2022 00:59:16 +0000 (19:59 -0500)
commit21fb1b461c29b61faf199ec2362ff9a53d6f01e6
tree71112e065cf05d4c6e5c1c3376c5dcb4c40346b6
parent850e08fedbc6fcd15b6db3ea44aaeafb14fb5490
newlib: move version defines out of the config headers

This will make it easier to move newlib.h to use autoheader directly.
We only want the newlib version defines in our hand curated version
file, _newlib_version.h, not in the template header, newlib.h, so
using AC_DEFINE doesn't make much sense.
newlib/Makefile.in
newlib/_newlib_version.hin
newlib/configure
newlib/configure.ac
This page took 0.028591 seconds and 5 git commands to generate.