Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.0/gentoo: 66_all_gcc43-pr25343.patch
Date: Sat, 10 May 2008 11:54:56
Message-Id: E1JunfC-00038g-9V@stork.gentoo.org
1 vapier 08/05/10 11:54:54
2
3 Added: 66_all_gcc43-pr25343.patch
4 Log:
5 add m68k fix sniped from Debian
6
7 Revision Changes Path
8 1.1 src/patchsets/gcc/4.3.0/gentoo/66_all_gcc43-pr25343.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.0/gentoo/66_all_gcc43-pr25343.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.0/gentoo/66_all_gcc43-pr25343.patch?rev=1.1&content-type=text/plain
12
13 Index: 66_all_gcc43-pr25343.patch
14 ===================================================================
15 http://gcc.gnu.org/PR25343
16
17 sniped from Debian
18
19 2008-04-27 Roman Zippel <zippel@××××××××××.org>
20
21 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __mc68000__.
22
23 Index: gcc/config/host-linux.c
24 ===================================================================
25 --- gcc/config/host-linux.c
26 +++ gcc/config/host-linux.c
27 @@ -85,6 +85,8 @@
28 # define TRY_EMPTY_VM_SPACE 0x8000000000
29 #elif defined(__sparc__)
30 # define TRY_EMPTY_VM_SPACE 0x60000000
31 +#elif defined(__mc68000__)
32 +# define TRY_EMPTY_VM_SPACE 0x40000000
33 #else
34 # define TRY_EMPTY_VM_SPACE 0
35 #endif
36
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list