Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2438 → Rev 2437

/trunk/kernel/arch/ia32/Makefile.inc
61,11 → 61,7
DEFS += -DCONFIG_FENCES_P4
endif
ifeq ($(MACHINE),pentium4)
ifeq ($(COMPILER),icc_native)
CFLAGS += -march=pentium4
else
CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
endif
CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
DEFS += -DCONFIG_FENCES_P4
endif