Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default-linux/amd64: ChangeLog make.defaults
Date: Sat, 02 Feb 2008 06:11:47
Message-Id: E1JLBbM-0000Kv-KD@stork.gentoo.org
1 wolf31o2 08/02/02 06:11:44
2
3 Modified: ChangeLog make.defaults
4 Log:
5 Moving ABI=amd64 to the base of the arch, since it applies to all profiles except for 32-bit userland, which can set it on its own.
6
7 Revision Changes Path
8 1.131 profiles/default-linux/amd64/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.131&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.131&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?r1=1.130&r2=1.131
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v
17 retrieving revision 1.130
18 retrieving revision 1.131
19 diff -u -r1.130 -r1.131
20 --- ChangeLog 1 Feb 2008 06:40:22 -0000 1.130
21 +++ ChangeLog 2 Feb 2008 06:11:44 -0000 1.131
22 @@ -1,6 +1,11 @@
23 # ChangeLog for Gentoo/AMD64 profile directory
24 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.130 2008/02/01 06:40:22 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.131 2008/02/02 06:11:44 wolf31o2 Exp $
27 +
28 + 02 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
29 + dev/2008.0/make.defaults, make.defaults:
30 + Moving ABI=amd64 to the base of the arch, since it applies to all profiles
31 + except for 32-bit userland, which can set it on its own.
32
33 01 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
34 dev/2008.0/make.defaults, profile.bashrc:
35
36
37
38 1.28 profiles/default-linux/amd64/make.defaults
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/make.defaults?rev=1.28&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/make.defaults?rev=1.28&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/make.defaults?r1=1.27&r2=1.28
43
44 Index: make.defaults
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v
47 retrieving revision 1.27
48 retrieving revision 1.28
49 diff -u -r1.27 -r1.28
50 --- make.defaults 12 Jun 2007 20:31:01 -0000 1.27
51 +++ make.defaults 2 Feb 2008 06:11:44 -0000 1.28
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2006 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.27 2007/06/12 20:31:01 lack Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.28 2008/02/02 06:11:44 wolf31o2 Exp $
57
58 ARCH="amd64"
59 ACCEPT_KEYWORDS="${ARCH}"
60 @@ -21,6 +21,8 @@
61 # Multilib settings for all amd64 subprofiles.
62 MULTILIB_ABIS="amd64 x86"
63 DEFAULT_ABI="amd64"
64 +# Do not remove this one, or all kinds of hell breaks loose.
65 +ABI="amd64"
66
67 # 64bit specific settings.
68 CHOST_amd64="x86_64-pc-linux-gnu"
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list