unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Mario Lang <mlang@delysid.org>
Cc: emacs-devel@gnu.org
Subject: Re: RFC: Cross compiling Emacs with qemu-user
Date: Tue, 12 Dec 2017 18:51:35 +0100	[thread overview]
Message-ID: <mvmvahbltqw.fsf@suse.de> (raw)
In-Reply-To: <87mv2nc0nj.fsf@home.blind.guru> (Mario Lang's message of "Tue, 12 Dec 2017 18:32:32 +0100")

On Dez 12 2017, Mario Lang <mlang@delysid.org> wrote:

> @@ -320,7 +320,9 @@ INTERVALS_H =
>  
>  GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
>  
> -RUN_TEMACS = ./temacs
> +RUN_TEMACS = temacs
> +
> +EMULATOR = @EMULATOR@
>  
>  # Whether builds should contain details. '--no-build-details' or empty.
>  BUILD_DETAILS = @BUILD_DETAILS@

> @@ -743,11 +745,11 @@ bootstrap-emacs$(EXEEXT):
>  ifeq ($(CANNOT_DUMP),yes)
>  	ln -f temacs$(EXEEXT) $@
>  else
> -	$(RUN_TEMACS) --batch $(BUILD_DETAILS) --load loadup bootstrap
> +	$(EMULATOR) $(RUN_TEMACS) --batch $(BUILD_DETAILS) --load loadup bootstrap

That cannot work, when $(EMULATOR) is empty temacs can no longer be
found.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



  reply	other threads:[~2017-12-12 17:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12 17:32 RFC: Cross compiling Emacs with qemu-user Mario Lang
2017-12-12 17:51 ` Andreas Schwab [this message]
2017-12-12 20:34 ` Stefan Monnier
2017-12-12 21:03   ` Mario Lang

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=mvmvahbltqw.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=emacs-devel@gnu.org \
    --cc=mlang@delysid.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).