diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-10-03 16:27:37 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-10-03 16:27:37 +0000 |
commit | 969aa80a024ed1f8d075a1b4be311344625f231d (patch) | |
tree | 275a6bc1ed32ad9502e8abcaaa056df098323929 /profiles/arch | |
parent | Version bump. (diff) | |
download | historical-969aa80a024ed1f8d075a1b4be311344625f231d.tar.gz historical-969aa80a024ed1f8d075a1b4be311344625f231d.tar.bz2 historical-969aa80a024ed1f8d075a1b4be311344625f231d.zip |
swapped USE=abi_x86_64 for ABI_X86=64 per mgorny's recommendation
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/make.defaults | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index db4b5208ba82..981041cf765e 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.232 2013/10/03 05:15:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.233 2013/10/03 16:27:37 axs Exp $ + + 03 Oct 2013; Ian Stakenvicius <axs@gentoo.org> make.defaults: + swapped USE=abi_x86_64 for ABI_X86=64 per mgorny's recommendation 03 Oct 2013; Michał Górny <mgorny@gentoo.org> make.defaults: Enable abi_x86_64 globally for packages that don't have it forced-on. diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 0fbeb4796340..c8756efede53 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.17 2013/10/03 05:15:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.18 2013/10/03 16:27:37 axs Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -36,10 +36,11 @@ CHOST_x32="x86_64-pc-linux-gnux32" # 2006/10/24 - Simon Stelling <blubb@gentoo.org> # They are masked, but we can enable them anyway for those who have # >=portage-2.1.2_pre3-r4 -# +USE="mmx sse sse2" + # Michał Górny <mgorny@gentoo.org> (03 Sep 2013) # Enable abi_x86_64 for packages that don't have it forced. -USE="abi_x86_64 mmx sse sse2" +ABI_X86="64" # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers |