git: CPUTYPE: Fix Geode, remove C7

John Marino marino at crater.dragonflybsd.org
Mon Nov 7 03:09:31 PST 2011


commit 3b6a6165d34ee52ff6e0b618ccea1639916408de
Author: John Marino <draco at 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





More information about the Commits mailing list