Ignore:
File:
1 edited

Legend:

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

    r1f5c9c96 r95e370f8  
    3030BFD_ARCH = i386
    3131BFD = binary
    32 CLANG_ARCH = i386
    3332
    3433BITS = 32
     
    3837GCC_CFLAGS += $(CMN1)
    3938ICC_CFLAGS += $(CMN1)
    40 SUNCC_CFLAGS += $(CMN1)
    4139CLANG_CFLAGS += $(CMN1)
    4240
     
    5048ifeq ($(PROCESSOR),athlon_xp)
    5149        CMN2 = -march=athlon-xp
    52         SUNCC_CFLAGS += -xarch=ssea
    5350endif
    5451
    5552ifeq ($(PROCESSOR),athlon_mp)
    5653        CMN2 = -march=athlon-mp
    57         SUNCC_CFLAGS += xarch=ssea
    5854endif
    5955
    6056ifeq ($(PROCESSOR),pentium3)
    6157        CMN2 = -march=pentium3
    62         SUNCC_CFLAGS += -xarch=sse
    6358endif
    6459
    6560ifeq ($(PROCESSOR),pentium4)
    6661        CMN2 = -march=pentium4
    67         SUNCC_CFLAGS += -xarch=sse2
    6862endif
    6963
    7064ifeq ($(PROCESSOR),core)
    7165        CMN2 = -march=prescott
    72         SUNCC_CFLAGS += -xarch=sse3
    7366endif
    7467
     
    9992        arch/$(KARCH)/src/userspace.c \
    10093        arch/$(KARCH)/src/cpu/cpu.c \
     94        arch/$(KARCH)/src/mm/km.c \
    10195        arch/$(KARCH)/src/mm/as.c \
    10296        arch/$(KARCH)/src/mm/frame.c \
     
    110104        arch/$(KARCH)/src/boot/memmap.c \
    111105        arch/$(KARCH)/src/fpu_context.c \
    112         arch/$(KARCH)/src/debugger.c \
    113106        arch/$(KARCH)/src/syscall.c
Note: See TracChangeset for help on using the changeset viewer.