Changes in kernel/arch/ia32/Makefile.inc [1f5c9c96:95e370f8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r1f5c9c96 r95e370f8 30 30 BFD_ARCH = i386 31 31 BFD = binary 32 CLANG_ARCH = i38633 32 34 33 BITS = 32 … … 38 37 GCC_CFLAGS += $(CMN1) 39 38 ICC_CFLAGS += $(CMN1) 40 SUNCC_CFLAGS += $(CMN1)41 39 CLANG_CFLAGS += $(CMN1) 42 40 … … 50 48 ifeq ($(PROCESSOR),athlon_xp) 51 49 CMN2 = -march=athlon-xp 52 SUNCC_CFLAGS += -xarch=ssea53 50 endif 54 51 55 52 ifeq ($(PROCESSOR),athlon_mp) 56 53 CMN2 = -march=athlon-mp 57 SUNCC_CFLAGS += xarch=ssea58 54 endif 59 55 60 56 ifeq ($(PROCESSOR),pentium3) 61 57 CMN2 = -march=pentium3 62 SUNCC_CFLAGS += -xarch=sse63 58 endif 64 59 65 60 ifeq ($(PROCESSOR),pentium4) 66 61 CMN2 = -march=pentium4 67 SUNCC_CFLAGS += -xarch=sse268 62 endif 69 63 70 64 ifeq ($(PROCESSOR),core) 71 65 CMN2 = -march=prescott 72 SUNCC_CFLAGS += -xarch=sse373 66 endif 74 67 … … 99 92 arch/$(KARCH)/src/userspace.c \ 100 93 arch/$(KARCH)/src/cpu/cpu.c \ 94 arch/$(KARCH)/src/mm/km.c \ 101 95 arch/$(KARCH)/src/mm/as.c \ 102 96 arch/$(KARCH)/src/mm/frame.c \ … … 110 104 arch/$(KARCH)/src/boot/memmap.c \ 111 105 arch/$(KARCH)/src/fpu_context.c \ 112 arch/$(KARCH)/src/debugger.c \113 106 arch/$(KARCH)/src/syscall.c
Note:
See TracChangeset
for help on using the changeset viewer.