]> git.eshelyaron.com Git - emacs.git/commit
Disable preprocessing of assembler files with m4 on non-MIPS systems
authorPo Lu <luangruo@yahoo.com>
Thu, 27 Jun 2024 02:15:13 +0000 (10:15 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Jun 2024 05:48:03 +0000 (07:48 +0200)
commitdc7fe47a4b78b0b4aa5b9804538a44a4f040ac9e
treec779040ded4d0901c37f5607676d7e0374734acf
parentf1c6f81dc7302698775016335882f6f32c08fee8
Disable preprocessing of assembler files with m4 on non-MIPS systems

* exec/Makefile.in (is_mips): New substitution.
(.s.o): Avoid calling m4 unless it be set.

* exec/configure.ac: Substitute is_mips, and don't generate
config-mips.m4 otherwise.

* exec/loader-x86.s:

* exec/loader-x86_64.s: Use assembler rather than m4-defined
comment syntax.

(cherry picked from commit fa322155ad51e3628256232bc113ad7499ab76e7)
exec/Makefile.in
exec/configure.ac
exec/loader-x86.s
exec/loader-x86_64.s