From: Zac Medico Date: Fri, 2 Jun 2006 09:32:26 +0000 (-0000) Subject: Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241. X-Git-Tag: v2.1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f9e26804e902fe4566c601cfa4c627317081257c;p=portage.git Update make.conf.example for x86-fbsd with patch from Flameeyes for bug #135241. svn path=/main/trunk/; revision=3448 --- diff --git a/cnf/make.conf.x86-fbsd.diff b/cnf/make.conf.x86-fbsd.diff index b469e3447..031576211 100644 --- a/cnf/make.conf.x86-fbsd.diff +++ b/cnf/make.conf.x86-fbsd.diff @@ -1,17 +1,18 @@ --- make.conf 2006-03-19 18:40:11.000000000 +0100 +++ make.conf.x86-fbsd 2006-03-19 18:26:21.000000000 +0100 -@@ -23,6 +23,15 @@ +@@ -23,6 +23,16 @@ # Example: #USE="X gtk gnome -alsa" +# Host Setting +# ============ +# -+# DO NOT CHANGE THIS SETTING UNLESS YOU ARE USING STAGE1! +# Change this line as appropriate (i686, i586, i486 or i386). +# All modern systems (even Athlons) should use "i686-pc-linux-gnu". +# All K6's are i586. -+CHOST="i686-unknown-freebsd5.3" ++# The version number at the end has to correspond to the version of the ++# profile and of freebsd-lib package. ++CHOST="i686-unknown-freebsd6.1" + # Host and optimization settings # ============================== @@ -58,7 +59,7 @@ # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. # -#ACCEPT_KEYWORDS="~arch" -+#ACCEPT_KEYWORDS="~x86-fbsd" ++ACCEPT_KEYWORDS="~x86-fbsd" # Portage Directories # ===================