summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorYuta Satoh <nigoro.dev@gmail.com>2016-11-01 00:44:32 +0900
committerAlexis Ballier <aballier@gentoo.org>2016-11-02 16:09:31 +0100
commit7c24c785aba6dceeefbd34bcd6380d970a88f28d (patch)
tree3811ac3f02511e97ce9eb24908ba4a22dac639d8 /profiles
parent066ebf46a253501ec81ba85ab44a83251c0b592d (diff)
downloadgentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.gz
gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.xz
profiles: changes from i486 to i686 on Gentoo/FreeBSD.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/x86-fbsd/make.defaults2
-rw-r--r--profiles/default/bsd/fbsd/x86/10.2/make.defaults2
-rw-r--r--profiles/default/bsd/fbsd/x86/9.1/make.defaults2
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/x86-fbsd/make.defaults b/profiles/arch/x86-fbsd/make.defaults
index af424b4e37c..fb908fc7cbf 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 a764a25c0a3..ab6743d6aea 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 ee8db69c0cd..ea1cb6bb4f6 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"