public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: Mike Frysinger <vapier@gentoo.org>,
	"newlib@sourceware.org" <newlib@sourceware.org>
Subject: Re: [PATCH 1/7] newlib: move AC_NO_EXECUTABLES logic up to common code
Date: Wed, 9 Feb 2022 19:42:03 +0000	[thread overview]
Message-ID: <48be44ec-5051-3f60-279b-ae53500559e5@dronecode.org.uk> (raw)
In-Reply-To: <20220205073436.6577-2-vapier@gentoo.org>

On 05/02/2022 07:34, Mike Frysinger wrote:
> This logic was added to libc & libm to get it working again after some
> reworks in the CPP handling, but now that that's settled, let's move
> this to the common newlib configure logic.  This will make it easier
> to consolidate all the configure calls into the top-level newlib dir.
> 
> This does create a lot of noise in the generate scripts, but that's
> because of the ordering of the calls, not because of correctness. We
> will try to draw that back down in follow up commits as we modernize
> the toolchain calls in here.

Somehow, this change seems to prevent a self-hosted cygwin build from 
working.

See e.g. https://github.com/cygwin/cygwin/runs/5118411294

Comparing this with the previous successful run, it looks like:

Because doc/makedoc appears in noinst_DATA, which the target all depends 
on, it tries to make the target doc/makedoc (without EXEEXT_FOR_BUILD 
appended), which uses a one step built-in(?) compiler rule, and fails as 
the directory $builddir/doc/ doesn't exist yet.

Note that 'make info' still works, as this properly depends on $(MKDOC).

So maybe something like this is needed?  But I have no idea what this 
change did to stop it working as before...

> diff --git a/newlib/doc/local.mk b/newlib/doc/local.mk
> index 15c43f225..de1dd1f2b 100644
> --- a/newlib/doc/local.mk
> +++ b/newlib/doc/local.mk
> @@ -1,8 +1,8 @@
> -# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
> -noinst_DATA += doc/makedoc
> -
>  MKDOC = doc/makedoc$(EXEEXT_FOR_BUILD)
>  
> +# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).
> +noinst_DATA += $(MKDOC)
> +
>  # We don't use CFLAGS with CC_FOR_BUILD because here CFLAGS will
>  # actually be CFLAGS_FOR_TARGET, and in some cases that will include
>  # -Os, which CC_FOR_BUILD may not recognize.

  reply	other threads:[~2022-02-09 19:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05  7:34 [PATCH 0/7] modernize toolchain macros Mike Frysinger
2022-02-05  7:34 ` [PATCH 1/7] newlib: move AC_NO_EXECUTABLES logic up to common code Mike Frysinger
2022-02-09 19:42   ` Jon Turney [this message]
2022-02-10  4:25     ` Mike Frysinger
2022-02-10  4:27     ` [PATCH/committed] newlib: fix mkdoc dependencies Mike Frysinger
2022-02-05  7:34 ` [PATCH 2/7] newlib: switch to standard AC_PROG_CC Mike Frysinger
2022-02-05  7:34 ` [PATCH 3/7] newlib: switch to standard AM_PROG_AS Mike Frysinger
2022-02-05  7:34 ` [PATCH 4/7] newlib: switch to AM_PROG_AR Mike Frysinger
2022-02-05  7:34 ` [PATCH 5/7] newlib: drop cygnus EXEEXT hack Mike Frysinger
2022-02-05  7:34 ` [PATCH 6/7] newlib: drop autoconf-2.13 hack Mike Frysinger
2022-02-05  7:34 ` [PATCH 7/7] newlib: switch to standard AC_PROG_RANLIB Mike Frysinger
2022-02-08 10:10 ` [PATCH 0/7] modernize toolchain macros Corinna Vinschen

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=48be44ec-5051-3f60-279b-ae53500559e5@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=newlib@sourceware.org \
    --cc=vapier@gentoo.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).