CPUTYPE: Fix Geode, remove C7
authorJohn Marino <draco@marino.st>
Mon, 7 Nov 2011 10:57:22 +0000 (11:57 +0100)
committerJohn Marino <draco@marino.st>
Mon, 7 Nov 2011 11:07:41 +0000 (12:07 +0100)
commit3b6a6165d34ee52ff6e0b618ccea1639916408de
treea1bff90d49ebc24a04ca4ea594b0e981b9019846
parent2c42b17bb2eaf0cb73cc31a03c90d486b13b2b7a
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
share/mk/bsd.cpu.gcc44.mk