Changes in kernel/arch/ia32/Makefile.inc [2689a0b:1c99eae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r2689a0b r1c99eae 38 38 GCC_CFLAGS += $(CMN1) 39 39 ICC_CFLAGS += $(CMN1) 40 SUNCC_CFLAGS += $(CMN1) 40 41 CLANG_CFLAGS += $(CMN1) 41 42 … … 49 50 ifeq ($(PROCESSOR),athlon_xp) 50 51 CMN2 = -march=athlon-xp 52 SUNCC_CFLAGS += -xarch=ssea 51 53 endif 52 54 53 55 ifeq ($(PROCESSOR),athlon_mp) 54 56 CMN2 = -march=athlon-mp 57 SUNCC_CFLAGS += xarch=ssea 55 58 endif 56 59 57 60 ifeq ($(PROCESSOR),pentium3) 58 61 CMN2 = -march=pentium3 62 SUNCC_CFLAGS += -xarch=sse 59 63 endif 60 64 61 65 ifeq ($(PROCESSOR),pentium4) 62 66 CMN2 = -march=pentium4 67 SUNCC_CFLAGS += -xarch=sse2 63 68 endif 64 69 65 70 ifeq ($(PROCESSOR),core) 66 71 CMN2 = -march=prescott 72 SUNCC_CFLAGS += -xarch=sse3 67 73 endif 68 74 … … 93 99 arch/$(KARCH)/src/userspace.c \ 94 100 arch/$(KARCH)/src/cpu/cpu.c \ 95 arch/$(KARCH)/src/mm/km.c \96 101 arch/$(KARCH)/src/mm/as.c \ 97 102 arch/$(KARCH)/src/mm/frame.c \ … … 101 106 arch/$(KARCH)/src/drivers/i8254.c \ 102 107 arch/$(KARCH)/src/drivers/i8259.c \ 103 arch/$(KARCH)/src/ boot/multiboot.S\104 arch/$(KARCH)/src/boot/ multiboot2.S \108 arch/$(KARCH)/src/drivers/vesa.c \ 109 arch/$(KARCH)/src/boot/boot.S \ 105 110 arch/$(KARCH)/src/boot/memmap.c \ 106 111 arch/$(KARCH)/src/fpu_context.c \
Note:
See TracChangeset
for help on using the changeset viewer.