]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgcobol: Check if the target needs libm.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 21 Mar 2025 10:22:58 +0000 (10:22 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 4 Apr 2025 18:38:16 +0000 (19:38 +0100)
commit8f1f35f1cb1c31e2822e241e56e0a04927e1b78a
tree5734c74d947b9e717b4a9bb08c2b9843c042b668
parente70fe5ed46ab129a8b1da961c47d3fb75b11b988
libgcobol: Check if the target needs libm.

Use the libtool config check and $(LIBM).

libgcobol/ChangeLog:

* Makefile.am: Use $(LIBM) to add the math lib when
it is needed.
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.ac: Check if the target wants libm.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libgcobol/Makefile.am
libgcobol/Makefile.in
libgcobol/configure
libgcobol/configure.ac