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, 22 Apr 2008 19:26:56
Message-Id: E1JoO8j-0002VU-Dt@stork.gentoo.org
1 vapier 08/04/22 19:26:53
2
3 Modified: toolchain.eclass
4 Log:
5 fix typo pointed out by Kundai Midzi #218869
6
7 Revision Changes Path
8 1.354 eclass/toolchain.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.354&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?rev=1.354&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/toolchain.eclass?r1=1.353&r2=1.354
13
14 Index: toolchain.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
17 retrieving revision 1.353
18 retrieving revision 1.354
19 diff -u -r1.353 -r1.354
20 --- toolchain.eclass 22 Apr 2008 05:53:02 -0000 1.353
21 +++ toolchain.eclass 22 Apr 2008 19:26:52 -0000 1.354
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 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.353 2008/04/22 05:53:02 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.354 2008/04/22 19:26:52 vapier Exp $
27 #
28 # Maintainer: Toolchain Ninjas <toolchain@g.o>
29
30 @@ -1306,7 +1306,7 @@
31 elif [[ ${CTARGET} == *-freebsd* ]]; then
32 confgcc="${confgcc} --enable-__cxa_atexit"
33 fi
34 - [[ ${GCCMAJOR}.${GCCMINOR} < 3.4 ]] && confgcc="${confgcc} ---disable-libunwind-exceptions"
35 + [[ ${GCCMAJOR}.${GCCMINOR} < 3.4 ]] && confgcc="${confgcc} --disable-libunwind-exceptions"
36
37 tc_version_is_at_least 4.3 && set -- "$@" \
38 --with-bugurl=http://bugs.gentoo.org/ \
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list