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, 31 Dec 2013 00:32:48
Message-Id: 20131231003243.CDABF2004C@flycatcher.gentoo.org
1 vapier 13/12/31 00:32:43
2
3 Modified: toolchain.eclass
4 Log:
5 eat trailing whitespace -- no functional changes
6
7 Revision Changes Path
8 1.617 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.617&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?rev=1.617&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.616&r2=1.617
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.616
18 retrieving revision 1.617
19 diff -u -r1.616 -r1.617
20 --- toolchain.eclass 30 Dec 2013 03:24:04 -0000 1.616
21 +++ toolchain.eclass 31 Dec 2013 00:32:43 -0000 1.617
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 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.616 2013/12/30 03:24:04 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.617 2013/12/31 00:32:43 vapier Exp $
27
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -51,7 +51,7 @@
31 }
32
33 # General purpose version check. Without a second arg matches up to minor version (x.x.x)
34 -tc_version_is_at_least() {
35 +tc_version_is_at_least() {
36 version_is_at_least "$1" "${2:-${GCC_RELEASE_VER}}"
37 }
38
39 @@ -1209,7 +1209,7 @@
40 replace-cpu-flags G3 750
41 replace-cpu-flags G4 7400
42 replace-cpu-flags G5 7400
43 -
44 +
45 case $(tc-arch) in
46 amd64)
47 replace-cpu-flags core2 nocona
48 @@ -2079,7 +2079,7 @@
49
50 has toolchain_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" toolchain_death_notice"
51 toolchain_death_notice() {
52 - if [[ -e "${WORKDIR}"/build ]] ; then
53 + if [[ -e "${WORKDIR}"/build ]] ; then
54 pushd "${WORKDIR}"/build >/dev/null
55 (echo '' | $(tc-getCC ${CTARGET}) ${CFLAGS} -v -E - 2>&1) > gccinfo.log
56 [[ -e "${T}"/build.log ]] && cp "${T}"/build.log .