summaryrefslogtreecommitdiff
path: root/gcc/config/host-linux.c
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-17 10:04:51 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-17 10:04:51 +0000
commit19f42ddfb72faef8a936fbfe4d700aa0871794c1 (patch)
tree440a7f6a5fa611f06119d671388ccdc21364d2ee /gcc/config/host-linux.c
parent2d0f1c954a2fb2d5fbcae5077b38480f5ba05008 (diff)
downloadgcc-19f42ddfb72faef8a936fbfe4d700aa0871794c1.tar.gz
2008-07-17 Roman Zippel <zippel@linux-m68k.org>
PR target/25343 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137918 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/host-linux.c')
-rw-r--r--gcc/config/host-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c
index f0666173b62..c94f822f701 100644
--- a/gcc/config/host-linux.c
+++ b/gcc/config/host-linux.c
@@ -84,6 +84,8 @@
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__sparc__)
# define TRY_EMPTY_VM_SPACE 0x60000000
+#elif defined(__mc68000__)
+# define TRY_EMPTY_VM_SPACE 0x40000000
#else
# define TRY_EMPTY_VM_SPACE 0
#endif