diff options
author | 2008-02-01 06:40:23 +0000 | |
---|---|---|
committer | 2008-02-01 06:40:23 +0000 | |
commit | 2b9a3fa4b279f91768de3fca55ebfe79a44d2545 (patch) | |
tree | b8763274c761e9a2683773b85469558fe4812eb9 /profiles/default-linux | |
parent | Readd setxkbmap and xkeyboard-config to RDEPEND (bug #208049). (diff) | |
download | historical-2b9a3fa4b279f91768de3fca55ebfe79a44d2545.tar.gz historical-2b9a3fa4b279f91768de3fca55ebfe79a44d2545.tar.bz2 historical-2b9a3fa4b279f91768de3fca55ebfe79a44d2545.zip |
Adding ABI=amd64 to profile.bashrc and also to the 2008.0 profile.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-linux/amd64/dev/2008.0/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/amd64/profile.bashrc | 3 |
3 files changed, 11 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index ba1bd48b70cb..285ab2f633db 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.129 2008/01/30 16:32:55 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.130 2008/02/01 06:40:22 wolf31o2 Exp $ + + 01 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + dev/2008.0/make.defaults, profile.bashrc: + Adding ABI=amd64 to profile.bashrc and also to the 2008.0 profile. 30 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> +dev/2008.0/desktop/make.defaults, +dev/2008.0/desktop/parent, diff --git a/profiles/default-linux/amd64/dev/2008.0/make.defaults b/profiles/default-linux/amd64/dev/2008.0/make.defaults index 5ddcad53b1c6..fa7ec06c1124 100644 --- a/profiles/default-linux/amd64/dev/2008.0/make.defaults +++ b/profiles/default-linux/amd64/dev/2008.0/make.defaults @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults,v 1.1 2008/01/30 16:32:56 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/dev/2008.0/make.defaults,v 1.2 2008/02/01 06:40:23 wolf31o2 Exp $ + +ABI="amd64" # We build stage1 against this STAGE1_USE="nptl nptlonly unicode" diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc index e30b428eee1d..17bf65316899 100644 --- a/profiles/default-linux/amd64/profile.bashrc +++ b/profiles/default-linux/amd64/profile.bashrc @@ -1,3 +1,6 @@ +# In case anybody forgets this in a profile, again... +ABI="amd64" + BAD_FLAGS=( "-fvisibility=hidden" "-fvisibility-hidden" "-fvisibility-inlines-hidden" "-fPIC" "-fpic" "-m32" "-m64" "-g3" "-ggdb3" "-ffast-math" ) getPROG() { |