ecl/src
Marius Gerbershagen 7a1bd96eb7 cmp: make sure COMPILE works during cross compilation
Previously, calling COMPILE during cross compilation always failed due
to trying to load a shared object compiled for the wrong architecture.
We now temporarily switch back to the host configuration, compile and
load our shared object, and then go on with the target config.
2025-11-22 16:25:42 +01:00
..
bdwgc bdwgc: update bundled gc to version 8.2.8 2024-12-05 22:21:45 +01:00
c bytevm: fix a possible segmentation fault in OP_PUSHKEYS 2025-08-27 10:46:58 +02:00
clos cmp: fix constant folding 2025-11-15 16:52:31 +01:00
cmp cmp: make sure COMPILE works during cross compilation 2025-11-22 16:25:42 +01:00
doc doc: document the cross compilation feature 2025-11-22 16:25:42 +01:00
ecl handle *features* entirely in the configure script 2025-07-19 16:33:22 +02:00
gmp build: regenerate configure script with autoconf 2.72 2024-12-05 22:27:10 +01:00
h streams: get rid of last_code slot in the structure 2025-08-11 10:01:40 +02:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp loop macro: fix expansion for cross compilation targets 2025-11-22 16:25:42 +01:00
tests tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
util tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
aclocal.m4 fix cross compilation to a Windows target 2025-11-22 16:25:42 +01:00
bare.lsp.in cmp: implement cross compilation from host compiler with different word size 2025-07-19 16:31:55 +02:00
compile.lsp.in fix cross compilation to a Windows target 2025-11-22 16:25:42 +01:00
config.guess build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
config.sub build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
configure fix cross compilation to a Windows target 2025-11-22 16:25:42 +01:00
configure.ac handle *features* entirely in the configure script 2025-07-19 16:33:22 +02:00
install.sh
Makefile.in tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00