Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2585 → Rev 2599

/trunk/kernel/kernel.config
39,9 → 39,9
# CPU type
@ "pentium4" Pentium 4
@ "pentium3" Pentium 3
@ "core" Core Solo/Duo
@ "athlon-xp" Athlon XP
@ "athlon-mp" Athlon MP
@ "prescott" Prescott
! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice)
 
# CPU type
/trunk/kernel/arch/ia32xen/Makefile.inc
70,8 → 70,8
DEFS += -DCONFIG_FENCES_P3
CONFIG_HT = n
endif
ifeq ($(MACHINE),prescott)
CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
ifeq ($(MACHINE),core)
CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
GCC_CFLAGS += $(CMN2)
ICC_CFLAGS += $(CMN2)
SUNCC_CFLAGS += -xarch=sse3
/trunk/kernel/arch/ia32/Makefile.inc
70,8 → 70,8
DEFS += -DCONFIG_FENCES_P3
CONFIG_HT = n
endif
ifeq ($(MACHINE),prescott)
CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
ifeq ($(MACHINE),core)
CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
GCC_CFLAGS += $(CMN2)
ICC_CFLAGS += $(CMN2)
SUNCC_CFLAGS += -xarch=sse3