emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: Cross compiling Emacs with qemu-user


From: Andreas Schwab
Subject: Re: RFC: Cross compiling Emacs with qemu-user
Date: Tue, 12 Dec 2017 18:51:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

On Dez 12 2017, Mario Lang <address@hidden> 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, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]