commit:     7c24c785aba6dceeefbd34bcd6380d970a88f28d
Author:     Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 15:44:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 15:09:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24c785

profiles: changes from i486 to i686 on Gentoo/FreeBSD.

 profiles/arch/x86-fbsd/make.defaults             | 2 +-
 profiles/default/bsd/fbsd/x86/10.2/make.defaults | 2 +-
 profiles/default/bsd/fbsd/x86/9.1/make.defaults  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/arch/x86-fbsd/make.defaults 
b/profiles/arch/x86-fbsd/make.defaults
index af424b4..fb908fc 100644
--- a/profiles/arch/x86-fbsd/make.defaults
+++ b/profiles/arch/x86-fbsd/make.defaults
@@ -4,7 +4,7 @@
 # System-wide defaults for the G/FBSD Portage system
 
 ARCH="x86-fbsd"
-CFLAGS="-march=i486 -O2 -pipe"
+CFLAGS="-march=i686 -O2 -pipe"
 CXXFLAGS="${CFLAGS}"
 FFLAGS="${CFLAGS}"
 FCFLAGS="${CFLAGS}"

diff --git a/profiles/default/bsd/fbsd/x86/10.2/make.defaults 
b/profiles/default/bsd/fbsd/x86/10.2/make.defaults
index a764a25..ab6743d 100644
--- a/profiles/default/bsd/fbsd/x86/10.2/make.defaults
+++ b/profiles/default/bsd/fbsd/x86/10.2/make.defaults
@@ -2,4 +2,4 @@
 # Distributed under the terms of the GNU General Public License, v2
 # $Id$
 
-CHOST="i486-gentoo-freebsd10.2"
+CHOST="i686-gentoo-freebsd10.2"

diff --git a/profiles/default/bsd/fbsd/x86/9.1/make.defaults 
b/profiles/default/bsd/fbsd/x86/9.1/make.defaults
index ee8db69c..ea1cb6b 100644
--- a/profiles/default/bsd/fbsd/x86/9.1/make.defaults
+++ b/profiles/default/bsd/fbsd/x86/9.1/make.defaults
@@ -2,4 +2,4 @@
 # Distributed under the terms of the GNU General Public License, v2
 # $Id$
 
-CHOST="i486-gentoo-freebsd9.1"
+CHOST="i686-gentoo-freebsd9.1"

Reply via email to