summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta Satoh <nigoro.dev@gmail.com>2016-10-07 21:28:02 +0900
committerAlexis Ballier <aballier@gentoo.org>2016-10-11 16:56:10 +0200
commitd1755c8c9bcc010c90ff518862879c0066c0dbae (patch)
treebb7ce6c5d1216401c33d16b78d0fcb6220e6e720 /profiles
parentsys-devel/clang-runtime: add ~amd64-fbsd, ~x86-fbsd KEYWORDS (diff)
downloadgentoo-d1755c8c9bcc010c90ff518862879c0066c0dbae.tar.gz
gentoo-d1755c8c9bcc010c90ff518862879c0066c0dbae.tar.bz2
gentoo-d1755c8c9bcc010c90ff518862879c0066c0dbae.zip
profiles/default/bsd/fbsd/x86/10.3/make.defaults: add CHOST_x86_fbsd.
https://bugs.gentoo.org/show_bug.cgi?id=596430
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/bsd/fbsd/x86/10.3/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/default/bsd/fbsd/x86/10.3/make.defaults b/profiles/default/bsd/fbsd/x86/10.3/make.defaults
index fcc643a8a177..1210a26b6fb7 100644
--- a/profiles/default/bsd/fbsd/x86/10.3/make.defaults
+++ b/profiles/default/bsd/fbsd/x86/10.3/make.defaults
@@ -2,4 +2,5 @@
# Distributed under the terms of the GNU General Public License, v2
# $Id$
-CHOST="i486-gentoo-freebsd10.3"
+CHOST="i686-gentoo-freebsd10.3"
+CHOST_x86_fbsd="i686-gentoo-freebsd10.3"