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