Ignore:
File:
1 edited

Legend:

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

    r2689a0b r1f5c9c96  
    3838GCC_CFLAGS += $(CMN1)
    3939ICC_CFLAGS += $(CMN1)
     40SUNCC_CFLAGS += $(CMN1)
    4041CLANG_CFLAGS += $(CMN1)
    4142
     
    4950ifeq ($(PROCESSOR),athlon_xp)
    5051        CMN2 = -march=athlon-xp
     52        SUNCC_CFLAGS += -xarch=ssea
    5153endif
    5254
    5355ifeq ($(PROCESSOR),athlon_mp)
    5456        CMN2 = -march=athlon-mp
     57        SUNCC_CFLAGS += xarch=ssea
    5558endif
    5659
    5760ifeq ($(PROCESSOR),pentium3)
    5861        CMN2 = -march=pentium3
     62        SUNCC_CFLAGS += -xarch=sse
    5963endif
    6064
    6165ifeq ($(PROCESSOR),pentium4)
    6266        CMN2 = -march=pentium4
     67        SUNCC_CFLAGS += -xarch=sse2
    6368endif
    6469
    6570ifeq ($(PROCESSOR),core)
    6671        CMN2 = -march=prescott
     72        SUNCC_CFLAGS += -xarch=sse3
    6773endif
    6874
     
    9399        arch/$(KARCH)/src/userspace.c \
    94100        arch/$(KARCH)/src/cpu/cpu.c \
    95         arch/$(KARCH)/src/mm/km.c \
    96101        arch/$(KARCH)/src/mm/as.c \
    97102        arch/$(KARCH)/src/mm/frame.c \
Note: See TracChangeset for help on using the changeset viewer.