# | Line 65 | Line 65 | |
---|---|---|
65 | #define MAP_EXTRA_FLAGS (MAP_32BIT) | |
66 | ||
67 | #ifdef HAVE_MMAP_VM | |
68 | < | #if defined(__linux__) && defined(__i386__) |
68 | > | #if (defined(__linux__) && defined(__i386__)) || HAVE_LINKER_SCRIPT |
69 | /* Force a reasonnable address below 0x80000000 on x86 so that we | |
70 | don't get addresses above when the program is run on AMD64. | |
71 | NOTE: this is empirically determined on Linux/x86. */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |