summaryrefslogtreecommitdiff
path: root/boehm-gc/include/private/gcconfig.h
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-20 15:18:33 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-20 15:18:33 +0000
commit947b705a23ee35a84bae1df604b1540232618f74 (patch)
tree5e230f9196b4fb4e6c1858c622502dea8b71a499 /boehm-gc/include/private/gcconfig.h
parentf064b0397ca6d8399eaf0641668132adc6aa549a (diff)
downloadgcc-947b705a23ee35a84bae1df604b1540232618f74.tar.gz
2004-01-20 Andrew Haley <aph@redhat.com>
* include/private/gcconfig.h (USE_MMAP): Define for all Linux. * configure.in: Comment change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include/private/gcconfig.h')
-rw-r--r--boehm-gc/include/private/gcconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 65e71479892..a13ad2ef835 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -617,7 +617,8 @@
# define OS_TYPE "LINUX"
# define STACKBOTTOM ((ptr_t)0xf0000000)
# define USE_GENERIC_PUSH_REGS
- /* We never got around to the assembly version. */
+# define USE_MMAP
+ /* We never got around to the assembly version. */
/* # define MPROTECT_VDB - Reported to not work 9/17/01 */
# ifdef __ELF__
# define DYNAMIC_LOADING