Subversion Repositories HelenOS

Rev

Rev 2460 | Rev 2725 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2460 Rev 2599
Line 68... Line 68...
68
	ICC_CFLAGS += $(CMN2)
68
	ICC_CFLAGS += $(CMN2)
69
	SUNCC_CFLAGS += -xarch=sse
69
	SUNCC_CFLAGS += -xarch=sse
70
	DEFS += -DCONFIG_FENCES_P3
70
	DEFS += -DCONFIG_FENCES_P3
71
	CONFIG_HT = n
71
	CONFIG_HT = n
72
endif
72
endif
73
ifeq ($(MACHINE),prescott)
73
ifeq ($(MACHINE),core)
74
	CMN2 = -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
74
	CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3
75
	GCC_CFLAGS += $(CMN2)
75
	GCC_CFLAGS += $(CMN2)
76
	ICC_CFLAGS += $(CMN2)
76
	ICC_CFLAGS += $(CMN2)
77
	SUNCC_CFLAGS += -xarch=sse3
77
	SUNCC_CFLAGS += -xarch=sse3
78
	DEFS += -DCONFIG_FENCES_P4
78
	DEFS += -DCONFIG_FENCES_P4
79
endif
79
endif