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/arch/x86-fbsd/, profiles/default/bsd/fbsd/x86/9.1/, ...
Date: Wed, 02 Nov 2016 15:09:39
Message-Id: 1478099371.7c24c785aba6dceeefbd34bcd6380d970a88f28d.aballier@gentoo
1 commit: 7c24c785aba6dceeefbd34bcd6380d970a88f28d
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 15:44:32 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 15:09:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24c785
7
8 profiles: changes from i486 to i686 on Gentoo/FreeBSD.
9
10 profiles/arch/x86-fbsd/make.defaults | 2 +-
11 profiles/default/bsd/fbsd/x86/10.2/make.defaults | 2 +-
12 profiles/default/bsd/fbsd/x86/9.1/make.defaults | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults
16 index af424b4..fb908fc 100644
17 --- a/profiles/arch/x86-fbsd/make.defaults
18 +++ b/profiles/arch/x86-fbsd/make.defaults
19 @@ -4,7 +4,7 @@
20 # System-wide defaults for the G/FBSD Portage system
21
22 ARCH="x86-fbsd"
23 -CFLAGS="-march=i486 -O2 -pipe"
24 +CFLAGS="-march=i686 -O2 -pipe"
25 CXXFLAGS="${CFLAGS}"
26 FFLAGS="${CFLAGS}"
27 FCFLAGS="${CFLAGS}"
28
29 diff --git a/profiles/default/bsd/fbsd/x86/10.2/make.defaults b/profiles/default/bsd/fbsd/x86/10.2/make.defaults
30 index a764a25..ab6743d 100644
31 --- a/profiles/default/bsd/fbsd/x86/10.2/make.defaults
32 +++ b/profiles/default/bsd/fbsd/x86/10.2/make.defaults
33 @@ -2,4 +2,4 @@
34 # Distributed under the terms of the GNU General Public License, v2
35 # $Id$
36
37 -CHOST="i486-gentoo-freebsd10.2"
38 +CHOST="i686-gentoo-freebsd10.2"
39
40 diff --git a/profiles/default/bsd/fbsd/x86/9.1/make.defaults b/profiles/default/bsd/fbsd/x86/9.1/make.defaults
41 index ee8db69c..ea1cb6b 100644
42 --- a/profiles/default/bsd/fbsd/x86/9.1/make.defaults
43 +++ b/profiles/default/bsd/fbsd/x86/9.1/make.defaults
44 @@ -2,4 +2,4 @@
45 # Distributed under the terms of the GNU General Public License, v2
46 # $Id$
47
48 -CHOST="i486-gentoo-freebsd9.1"
49 +CHOST="i686-gentoo-freebsd9.1"