diff options
-rw-r--r-- | cnf/make.conf.x86-fbsd.diff | 9 |
1 files changed, 5 insertions, 4 deletions
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 # =================== |