Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/bsd/fbsd/x86/10.3/
Date: Tue, 11 Oct 2016 14:56:23
Message-Id: 1476197770.d1755c8c9bcc010c90ff518862879c0066c0dbae.aballier@gentoo
1 commit: d1755c8c9bcc010c90ff518862879c0066c0dbae
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 7 12:28:02 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 14:56:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1755c8c
7
8 profiles/default/bsd/fbsd/x86/10.3/make.defaults: add CHOST_x86_fbsd.
9
10 https://bugs.gentoo.org/show_bug.cgi?id=596430
11
12 profiles/default/bsd/fbsd/x86/10.3/make.defaults | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/profiles/default/bsd/fbsd/x86/10.3/make.defaults b/profiles/default/bsd/fbsd/x86/10.3/make.defaults
16 index fcc643a..1210a26 100644
17 --- a/profiles/default/bsd/fbsd/x86/10.3/make.defaults
18 +++ b/profiles/default/bsd/fbsd/x86/10.3/make.defaults
19 @@ -2,4 +2,5 @@
20 # Distributed under the terms of the GNU General Public License, v2
21 # $Id$
22
23 -CHOST="i486-gentoo-freebsd10.3"
24 +CHOST="i686-gentoo-freebsd10.3"
25 +CHOST_x86_fbsd="i686-gentoo-freebsd10.3"