]> git.eshelyaron.com Git - emacs.git/commit
Port to Tiny C on x86-64
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 21:05:31 +0000 (13:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 21:09:34 +0000 (13:09 -0800)
commit1e2bc1bbf47782df7f9b8051f33904432c55e6e4
treec67397a32fd0acf6c009b6b8d34dba6e61ba7dbc
parent397a6a73d7885c0aa4eb7396eeb6aaaec8b0202b
Port to Tiny C on x86-64

This allows Emacs to build on Ubuntu 21.10 x86-64 with
‘./configure --without-modules CC=tcc’.
* configure.ac (GC_SETJMP_WORKS):
Accept __x86_64__ as an alias for __amd64__.
* src/lisp.h (alignas): Provide a no-op substitute.
configure.ac
src/lisp.h