mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Support the Cygwin build of MPS
* mps/code/prmccyi6.c: * mps/code/cyi6gc.gmk: New files, for the Cygwin build. * mps/code/config.h: * mps/code/lockix.c: * mps/code/prmcix.c: * mps/code/protix.c: * mps/code/protsgix.c: * mps/code/pthrdext.c: * mps/code/testthr.h: * mps/code/thix.c: * mps/code/vmix.c: Port to Cygwin. * mps/configure.ac (x86_64-*-cygwin*/no): Add definitions for Cygwin. * mps/code/mps.c [MPS_PF_CYI6GC]: * mps/code/mpstd.h: Define 64-bit Cygwin stuff. * mps/code/gcbench.c: [MPS_OS_CY]: * mps/code/djbench.c [MPS_OS_CY]: Include alloca.h. * mps/code/arenacv.c (TEST_ARENA_SIZE) [MPS_OS_CY]: Increase to make test pass. (Bug#74805) * mps/code/arenavm.c (VMArenaCreate): Avoid compiler warning.
This commit is contained in:
parent
380057b6b3
commit
b57067e8a0
18 changed files with 190 additions and 18 deletions
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#include "mpm.h"
|
||||
|
||||
#if !defined(MPS_OS_FR) && !defined(MPS_OS_LI)
|
||||
#error "pthrdext.c is specific to MPS_OS_FR or MPS_OS_LI"
|
||||
#if !defined(MPS_OS_FR) && !defined(MPS_OS_LI) && !defined(MPS_OS_CY)
|
||||
#error "pthrdext.c is specific to MPS_OS_FR, MPS_OS_LI, or MPS_OS_CY"
|
||||
#endif
|
||||
|
||||
#include "pthrdext.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue