aboutsummaryrefslogtreecommitdiff
path: root/4.3.0
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-05-10 11:54:53 +0000
committerMike Frysinger <vapier@gentoo.org>2008-05-10 11:54:53 +0000
commitf1c588ef7e2f2721604b37be445d7135e264ebc0 (patch)
tree931beedff067bf9688a0a933675a86b698229cff /4.3.0
parentsince we dont use system libunwind (yet), dont use this patch as it breaks th... (diff)
downloadgcc-patches-f1c588ef7e2f2721604b37be445d7135e264ebc0.tar.gz
gcc-patches-f1c588ef7e2f2721604b37be445d7135e264ebc0.tar.bz2
gcc-patches-f1c588ef7e2f2721604b37be445d7135e264ebc0.zip
add m68k fix sniped from Debian
Diffstat (limited to '4.3.0')
-rw-r--r--4.3.0/gentoo/66_all_gcc43-pr25343.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/4.3.0/gentoo/66_all_gcc43-pr25343.patch b/4.3.0/gentoo/66_all_gcc43-pr25343.patch
new file mode 100644
index 0000000..1e509a8
--- /dev/null
+++ b/4.3.0/gentoo/66_all_gcc43-pr25343.patch
@@ -0,0 +1,22 @@
+http://gcc.gnu.org/PR25343
+
+sniped from Debian
+
+2008-04-27 Roman Zippel <zippel@linux-m68k.org>
+
+ * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
+
+Index: gcc/config/host-linux.c
+===================================================================
+--- gcc/config/host-linux.c
++++ gcc/config/host-linux.c
+@@ -85,6 +85,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
+