summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-02-13 18:40:47 +0000
committerZac Medico <zmedico@gentoo.org>2008-02-13 18:40:47 +0000
commit3e7a375bb278e1c1cccf480d39b400cd2ec49d31 (patch)
tree6a5e1f6c8da34d8e5bb5bbee90d56a567ef26eed /profiles/default-linux
parentBumped 2.1.x to rc1, removed beta version. No change wrt to bug #197664. 2.1 ... (diff)
downloadhistorical-3e7a375bb278e1c1cccf480d39b400cd2ec49d31.tar.gz
historical-3e7a375bb278e1c1cccf480d39b400cd2ec49d31.tar.bz2
historical-3e7a375bb278e1c1cccf480d39b400cd2ec49d31.zip
Bug #209759 - Remove ABI=amd64 from profile.bashrc sinces it appears to be
misplaced. It is already defined in make.defaults and overriding it via profile.bashrc breaks some ebuilds.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r--profiles/default-linux/amd64/ChangeLog7
-rw-r--r--profiles/default-linux/amd64/profile.bashrc2
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog
index eed35be530c3..cd5adc3a32f8 100644
--- a/profiles/default-linux/amd64/ChangeLog
+++ b/profiles/default-linux/amd64/ChangeLog
@@ -1,6 +1,11 @@
# 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.131 2008/02/02 06:11:44 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.132 2008/02/13 18:40:47 zmedico Exp $
+
+ 13 Feb 2008; Zac Medico <zmedico@gentoo.org> profile.bashrc:
+ Bug #209759 - Remove ABI=amd64 from profile.bashrc sinces it appears to be
+ misplaced. It is already defined in make.defaults and overriding it via
+ profile.bashrc breaks some ebuilds.
02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
dev/2008.0/make.defaults, make.defaults:
diff --git a/profiles/default-linux/amd64/profile.bashrc b/profiles/default-linux/amd64/profile.bashrc
index 17bf65316899..d370d2a5b070 100644
--- a/profiles/default-linux/amd64/profile.bashrc
+++ b/profiles/default-linux/amd64/profile.bashrc
@@ -1,5 +1,3 @@
-# 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" )