OSDN Git Service

* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
[pf3gnuchains/gcc-fork.git] / gcc / config / host-linux.c
index f066617..47ce3ea 100644 (file)
@@ -1,5 +1,5 @@
 /* Linux host-specific hook definitions.
-   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -20,8 +20,6 @@
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include <sys/mman.h>
-#include <limits.h>
 #include "hosthooks.h"
 #include "hosthooks-def.h"
 
@@ -84,6 +82,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