Files
termux-packages/packages/blink/blink-machine.h.patch
termux-pacman-bot 152fb8ca47 enhance(main/blink): various enhancements (#18573)
* ignore QEMU -E and -U options
  add compatibility with proot

* enable all the supported compiler flags

* enable bad syscalls (handled by proot)
2023-11-29 02:35:07 +00:00

11 lines
349 B
Diff

--- a/blink/machine.h
+++ b/blink/machine.h
@@ -113,6 +113,7 @@
#define HOSTPAGE_CONTAINER(e) DLL_CONTAINER(struct HostPage, elem, e)
#if defined(NOLINEAR) || defined(__SANITIZE_THREAD__) || \
+ defined(__ANDROID__) || \
defined(__CYGWIN__) || defined(__NetBSD__) || defined(__COSMOPOLITAN__)
#define CanHaveLinearMemory() false
#else