aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/config/host-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/config/host-linux.c')
-rw-r--r--gcc-4.7/gcc/config/host-linux.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc-4.7/gcc/config/host-linux.c b/gcc-4.7/gcc/config/host-linux.c
index 94b7a0b89..b53575876 100644
--- a/gcc-4.7/gcc/config/host-linux.c
+++ b/gcc-4.7/gcc/config/host-linux.c
@@ -68,8 +68,10 @@
# define TRY_EMPTY_VM_SPACE 0x10000000000
#elif defined(__ia64)
# define TRY_EMPTY_VM_SPACE 0x2000000100000000
-#elif defined(__x86_64)
+#elif defined(__x86_64) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x1000000000
+#elif defined(__x86_64)
+# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__i386)
# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__powerpc__)