diff options
author | Yuta Satoh <nigoro.dev@gmail.com> | 2016-11-01 00:44:32 +0900 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-11-02 16:09:31 +0100 |
commit | 7c24c785aba6dceeefbd34bcd6380d970a88f28d (patch) | |
tree | 3811ac3f02511e97ce9eb24908ba4a22dac639d8 /profiles | |
parent | sys-block/tgt: stable amd64 and x86 (diff) | |
download | gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.gz gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.bz2 gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.zip |
profiles: changes from i486 to i686 on Gentoo/FreeBSD.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86-fbsd/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/x86/10.2/make.defaults | 2 | ||||
-rw-r--r-- | 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 af424b4e37cf..fb908fc7cbf8 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 a764a25c0a3d..ab6743d6aea3 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 ee8db69c0cd5..ea1cb6bb4f67 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" |