summaryrefslogtreecommitdiff
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/arch/x86-fbsd
parentsys-block/tgt: stable amd64 and x86 (diff)
downloadgentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.gz
gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.tar.bz2
gentoo-7c24c785aba6dceeefbd34bcd6380d970a88f28d.zip
profiles: changes from i486 to i686 on Gentoo/FreeBSD.
Diffstat (limited to 'profiles/arch/x86-fbsd')
-rw-r--r--profiles/arch/x86-fbsd/make.defaults2
1 files changed, 1 insertions, 1 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}"