看板 DFBSD_commit 關於我們 聯絡資訊
commit 3b6a6165d34ee52ff6e0b618ccea1639916408de Author: John Marino <draco@marino.st> Date: Mon Nov 7 11:57:22 2011 +0100 CPUTYPE: Fix Geode, remove C7 Upon further research, I determined that gcc44 doesn't specifically support the C7 processor which was added yesterday. It does support the Geode processor, but the supported instruction sets weren't defined quite right. GCC 4.4 will not tune for the Atom nor Corei7 processors. That support isn't available until GCC 4.6. Document: GCC 4.4.6 documentation Section: 3. GCC Command options Para: 17. Hardware Models and Configurations Subpara: 15. Intel i386 and AMD x86_64 Options Summary of changes: share/mk/bsd.cpu.gcc44.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b6a6165d34ee52ff6e0b618ccea1639916408de -- DragonFly BSD source repository