Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass
Date: Tue, 28 Feb 2012 23:34:27
Message-Id: 20120228233416.D2FCC2004B@flycatcher.gentoo.org
1 vapier 12/02/28 23:34:16
2
3 Modified: toolchain.eclass
4 Log:
5 drop cxxabi.h relocation since it appears to be unnecessary nowadays with our compiler layout #406209 by Matthias Dahl
6
7 Revision Changes Path
8 1.518 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.518&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.518&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.517&r2=1.518
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.517
18 retrieving revision 1.518
19 diff -u -r1.517 -r1.518
20 --- toolchain.eclass 20 Feb 2012 07:18:47 -0000 1.517
21 +++ toolchain.eclass 28 Feb 2012 23:34:16 -0000 1.518
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.517 2012/02/20 07:18:47 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.518 2012/02/28 23:34:16 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1470,10 +1470,6 @@
31
32 gcc_slot_java
33
34 - # Move <cxxabi.h> to compiler-specific directories
35 - [[ -f ${D}${STDCXX_INCDIR}/cxxabi.h ]] && \
36 - mv -f "${D}"${STDCXX_INCDIR}/cxxabi.h "${D}"${LIBPATH}/include/
37 -
38 # These should be symlinks
39 dodir /usr/bin
40 cd "${D}"${BINPATH}