public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@redhat.com>
To: newlib@sourceware.org
Subject: Re: [PATCH] newlib: libm: move configure into top-level
Date: Mon, 7 Feb 2022 12:18:16 +0100	[thread overview]
Message-ID: <YgD/+KQAXHzf3NPc@calimero.vinschen.de> (raw)
In-Reply-To: <20220205054355.11364-1-vapier@gentoo.org>

On Feb  5 00:43, Mike Frysinger wrote:
> This kills off the last configure script under libm/ and folds it
> into the top newlib configure script.  The vast majority of logic
> was already in the top configure script, so move the little that
> is left into a libm/acinclude.m4 file.
> ---
>  newlib/Makefile.in                      |     6 +-
>  newlib/configure                        |  1171 +-
>  newlib/configure.ac                     |     4 +-
>  newlib/libm/Makefile.am                 |     3 -
>  newlib/libm/Makefile.in                 |   128 +-
>  newlib/libm/acinclude.m4                |    33 +
>  newlib/libm/aclocal.m4                  |  1178 --
>  newlib/libm/common/Makefile.in          |    53 +-
>  newlib/libm/complex/Makefile.in         |    53 +-
>  newlib/libm/configure                   | 14532 ----------------------
>  newlib/libm/configure.ac                |    68 -
>  newlib/libm/fenv/Makefile.in            |    53 +-
>  newlib/libm/machine/aarch64/Makefile.in |    53 +-
>  newlib/libm/machine/arm/Makefile.in     |    53 +-
>  newlib/libm/machine/i386/Makefile.in    |    53 +-
>  newlib/libm/machine/mips/Makefile.in    |    53 +-
>  newlib/libm/machine/nds32/Makefile.in   |    53 +-
>  newlib/libm/machine/powerpc/Makefile.in |    53 +-
>  newlib/libm/machine/pru/Makefile.in     |    53 +-
>  newlib/libm/machine/riscv/Makefile.in   |    53 +-
>  newlib/libm/machine/sparc/Makefile.in   |    53 +-
>  newlib/libm/machine/spu/Makefile.in     |    53 +-
>  newlib/libm/machine/x86_64/Makefile.in  |    53 +-
>  newlib/libm/math/Makefile.in            |    53 +-
>  newlib/libm/mathfp/Makefile.in          |    53 +-
>  25 files changed, 1435 insertions(+), 16536 deletions(-)
>  create mode 100644 newlib/libm/acinclude.m4
>  delete mode 100644 newlib/libm/aclocal.m4
>  delete mode 100755 newlib/libm/configure
>  delete mode 100644 newlib/libm/configure.ac

LGTM


Thanks,
Corinna


      reply	other threads:[~2022-02-07 11:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05  5:43 Mike Frysinger
2022-02-07 11:18 ` Corinna Vinschen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YgD/+KQAXHzf3NPc@calimero.vinschen.de \
    --to=vinschen@redhat.com \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).