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 profile.bashrc
Date: Fri, 01 Feb 2008 06:40:58
Message-Id: E1JKpZX-00042Y-34@stork.gentoo.org
1 wolf31o2 08/02/01 06:40:23
2
3 Modified: ChangeLog profile.bashrc
4 Log:
5 Adding ABI=amd64 to profile.bashrc and also to the 2008.0 profile.
6
7 Revision Changes Path
8 1.130 profiles/default-linux/amd64/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.130&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?rev=1.130&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/ChangeLog?r1=1.129&r2=1.130
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v
17 retrieving revision 1.129
18 retrieving revision 1.130
19 diff -u -r1.129 -r1.130
20 --- ChangeLog 30 Jan 2008 16:32:55 -0000 1.129
21 +++ ChangeLog 1 Feb 2008 06:40:22 -0000 1.130
22 @@ -1,6 +1,10 @@
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.129 2008/01/30 16:32:55 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.130 2008/02/01 06:40:22 wolf31o2 Exp $
27 +
28 + 01 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
29 + dev/2008.0/make.defaults, profile.bashrc:
30 + Adding ABI=amd64 to profile.bashrc and also to the 2008.0 profile.
31
32 30 Jan 2008; Chris Gianelloni <wolf31o2@g.o>
33 +dev/2008.0/desktop/make.defaults, +dev/2008.0/desktop/parent,
34
35
36
37 1.21 profiles/default-linux/amd64/profile.bashrc
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/profile.bashrc?rev=1.21&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/profile.bashrc?rev=1.21&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default-linux/amd64/profile.bashrc?r1=1.20&r2=1.21
42
43 Index: profile.bashrc
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/profile.bashrc,v
46 retrieving revision 1.20
47 retrieving revision 1.21
48 diff -u -r1.20 -r1.21
49 --- profile.bashrc 24 Sep 2006 09:09:45 -0000 1.20
50 +++ profile.bashrc 1 Feb 2008 06:40:22 -0000 1.21
51 @@ -1,3 +1,6 @@
52 +# In case anybody forgets this in a profile, again...
53 +ABI="amd64"
54 +
55 BAD_FLAGS=( "-fvisibility=hidden" "-fvisibility-hidden" "-fvisibility-inlines-hidden" "-fPIC" "-fpic" "-m32" "-m64" "-g3" "-ggdb3" "-ffast-math" )
56
57 getPROG() {
58
59
60
61 --
62 gentoo-commits@l.g.o mailing list