]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/110779: Add reduced acinclude.m4 to allow interrogation of time features
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 13 Nov 2023 15:11:50 +0000 (15:11 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 13 Nov 2023 15:11:50 +0000 (15:11 +0000)
commit0036702555195d3fd8089577b7c1e2ce5f2ff5b1
tree98d169797e960bb5a82d7d1ca425e6973545061e
parenta6ac36d80a072639cc7029fc24c7c0f2c3e2fb7c
PR modula2/110779: Add reduced acinclude.m4 to allow interrogation of time features

This patch adds libgm2/acinclude.m4 and libgm2/configure.host which
are reduced versions from libstdc++-v3.  They currently allow for
discovering the time features available in libc and will be extended
to discover availability of ieee128 long double support in the near
future.  These files were also added to provide the functions:
GLIBCXX_CONFIGURE, GLIBCXX_CHECK_GETTIMEOFDAY and
GLIBCXX_ENABLE_LIBSTDCXX_TIME called by configure.ac.

libgm2/ChangeLog:

PR modula2/110779
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* configure: Regenerate.
* configure.ac: Remove newline.
* libm2cor/Makefile.in: Regenerate.
* libm2iso/Makefile.in: Regenerate.
* libm2log/Makefile.in: Regenerate.
* libm2min/Makefile.in: Regenerate.
* libm2pim/Makefile.in: Regenerate.
* acinclude.m4: New file.
* configure.host: New file.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
12 files changed:
libgm2/Makefile.in
libgm2/acinclude.m4 [new file with mode: 0644]
libgm2/aclocal.m4
libgm2/config.h.in
libgm2/configure
libgm2/configure.ac
libgm2/configure.host [new file with mode: 0644]
libgm2/libm2cor/Makefile.in
libgm2/libm2iso/Makefile.in
libgm2/libm2log/Makefile.in
libgm2/libm2min/Makefile.in
libgm2/libm2pim/Makefile.in