DragonFly BSD
DragonFly commits List (threaded) for 2011-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: CPUTYPE: Fix Geode, remove C7


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 7 Nov 2011 03:08:11 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]