--- files/gentoo.config-0.9.8 2006-09-14 22:35:56 -0300 +++ files/gentoo.config-0.9.8 2006-09-16 18:07:04 -0300 @@ -19,6 +19,7 @@ "alphaev56-unknown-linux-gnu |linux-alpha+bwx-gcc" \ "i686-pc-linux-gnu |linux-elf" \ "whatever-gentoo-freebsdX.Y |BSD-generic32" \ + "i686-gentoo-freebsdX.Y |BSD-x86-elf" \ "sparc64-alpha-freebsdX.Y |BSD-sparc64" \ "ia64-gentoo-freebsd5.99234 |BSD-ia64" \ "x86_64-gentoo-freebsdX.Y |BSD-x86_64" \ @@ -92,7 +93,7 @@ BSD) case ${chost_machine} in alpha*) machine=generic64;; - i[6-9]86*) machine=x86;; + i[6-9]86*) machine=x86-elf;; ia64*) machine=ia64;; sparc64*) machine=sparc64;; x86_64*) machine=x86_64;;