diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-22 15:57:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-22 15:57:46 +0000 |
commit | 14814fddd5bd7851f280c5307a1fa59e7d5fb187 (patch) | |
tree | bf1c590636f46017e63c24c295fa2b8b110777cf /profiles/arch | |
parent | freetype -> truetype (bug #431876) (diff) | |
download | gentoo-2-14814fddd5bd7851f280c5307a1fa59e7d5fb187.tar.gz gentoo-2-14814fddd5bd7851f280c5307a1fa59e7d5fb187.tar.bz2 gentoo-2-14814fddd5bd7851f280c5307a1fa59e7d5fb187.zip |
Update default CHOST for x32 targets.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/make.defaults | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 38a5b2540e2d..07ef0f90db4a 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.184 2012/07/31 14:37:45 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.185 2012/08/22 15:57:46 vapier Exp $ + + 22 Aug 2012; Mike Frysinger <vapier@gentoo.org> make.defaults: + Update default CHOST for x32 targets. 31 Jul 2012; Ralph Sennhauser <sera@gentoo.org> use.mask: Unmask python_targets_jython2_5 as it's available on amd64. diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index bac9fc8d7cd4..01091778467f 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.12 2012/06/16 11:44:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/make.defaults,v 1.13 2012/08/22 15:57:46 vapier Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -31,7 +31,7 @@ CHOST_x86="i686-pc-linux-gnu" # 64-32bit specific settings. CFLAGS_x32="-mx32" LDFLAGS_x32="-m elf32_x86_64" -CHOST_x32="x86_64-pc-linux-gnu" +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 |