Changeset 6c4ff8a in mainline for kernel/arch/ia32xen/Makefile.inc


Ignore:
Timestamp:
2007-11-10T23:21:15Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81614543
Parents:
7f3e3e7
Message:

replace prescott cpu type with currently more known category

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32xen/Makefile.inc

    r7f3e3e7 r6c4ff8a  
    7171        CONFIG_HT = n
    7272endif
    73 ifeq ($(MACHINE),prescott)
    74         CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
     73ifeq ($(MACHINE),core)
     74        CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
    7575        GCC_CFLAGS += $(CMN2)
    7676        ICC_CFLAGS += $(CMN2)
Note: See TracChangeset for help on using the changeset viewer.