Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
Date: Mon, 23 Jun 2008 01:46:11
Message-Id: E1KAb89-0003l3-AI@stork.gentoo.org
1 vapier 08/06/23 01:46:05
2
3 Modified: crossdev
4 Log:
5 Build with --with-headers by default as gcc-4.3 relies on them a lot more #227065.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.104 sys-devel/crossdev/files/crossdev
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.104&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.104&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.103&r2=1.104
14
15 Index: crossdev
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
18 retrieving revision 1.103
19 retrieving revision 1.104
20 diff -u -r1.103 -r1.104
21 --- crossdev 16 May 2008 17:43:28 -0000 1.103
22 +++ crossdev 23 Jun 2008 01:46:04 -0000 1.104
23 @@ -1,7 +1,7 @@
24 #!/bin/bash
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.103 2008/05/16 17:43:28 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.104 2008/06/23 01:46:04 vapier Exp $
29
30 cd /
31 umask 0022 #159111
32 @@ -331,7 +331,7 @@
33 DEFAULT_VER="[latest]"
34 GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp"
35 GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
36 -WITH_HEADERS="COW" WITH_DEF_HEADERS="no"
37 +WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
38 EX_FAST="no"
39 EX_GCC="no"
40 EX_GDB="no"
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list