Subversion Repositories HelenOS

Rev

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

Rev 2125 Rev 2438
Line 59... Line 59...
59
ifeq ($(MACHINE),prescott)
59
ifeq ($(MACHINE),prescott)
60
	CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
60
	CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2 -msse3
61
	DEFS += -DCONFIG_FENCES_P4
61
	DEFS += -DCONFIG_FENCES_P4
62
endif
62
endif
63
ifeq ($(MACHINE),pentium4)
63
ifeq ($(MACHINE),pentium4)
-
 
64
	ifeq ($(COMPILER),icc_native)
-
 
65
		CFLAGS += -march=pentium4
-
 
66
	else
64
	CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
67
		CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
-
 
68
	endif
65
	DEFS += -DCONFIG_FENCES_P4
69
	DEFS += -DCONFIG_FENCES_P4
66
endif
70
endif
67
 
71
 
68
## Own configuration directives
72
## Own configuration directives
69
#
73
#