Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/csu/files: csu-85-arm-availability.patch csu-85-darwin8.patch
Date: Sun, 01 Mar 2015 09:15:27
Message-Id: 20150301091522.48FFD12CAE@oystercatcher.gentoo.org
1 grobian 15/03/01 09:15:22
2
3 Added: csu-85-arm-availability.patch
4 Removed: csu-85-darwin8.patch
5 Log:
6 Take simpler approach to fix Availability.h header problem by Michael Weiser, bug #538602
7
8 (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.1 sys-libs/csu/files/csu-85-arm-availability.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/files/csu-85-arm-availability.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/csu/files/csu-85-arm-availability.patch?rev=1.1&content-type=text/plain
15
16 Index: csu-85-arm-availability.patch
17 ===================================================================
18 Guard inclusion of Availability.h so that it only happens on arm where it's
19 actuallty used so it doesn't cause failures on old OS X where Availability.h
20 doesn't exist yet.
21
22 Michael Weiser <michael@×××××××××××××××.net>
23
24 --- Csu-85/start.s.orig 2013-10-09 01:11:47.000000000 +0200
25 +++ Csu-85/start.s 2015-02-11 20:34:04.000000000 +0100
26 @@ -22,7 +22,9 @@
27 * @APPLE_LICENSE_HEADER_END@
28 */
29
30 +#ifdef __arm__
31 #include <Availability.h>
32 +#endif
33
34 #if __ppc__ && __DYNAMIC__
35 //