Changeset 95c675b in mainline for kernel/arch/ia32/Makefile.inc
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
rdbf32b1 r95c675b 34 34 ENDIANESS = LE 35 35 36 CMN1 = -m32 -fno-omit-frame-pointer 37 GCC_CFLAGS += $(CMN1) 38 ICC_CFLAGS += $(CMN1) 39 CLANG_CFLAGS += $(CMN1) 36 COMMON_CFLAGS += -m32 -fno-omit-frame-pointer 40 37 41 38 ## Accepted CPUs … … 43 40 44 41 ifeq ($(PROCESSOR),i486) 45 C MN2= -march=i48642 COMMON_CFLAGS += -march=i486 46 43 endif 47 44 48 45 ifeq ($(PROCESSOR),athlon_xp) 49 C MN2= -march=athlon-xp46 COMMON_CFLAGS += -march=athlon-xp 50 47 endif 51 48 52 49 ifeq ($(PROCESSOR),athlon_mp) 53 C MN2= -march=athlon-mp50 COMMON_CFLAGS += -march=athlon-mp 54 51 endif 55 52 56 53 ifeq ($(PROCESSOR),pentium3) 57 C MN2= -march=pentium354 COMMON_CFLAGS += -march=pentium3 58 55 endif 59 56 60 57 ifeq ($(PROCESSOR),pentium4) 61 C MN2= -march=pentium458 COMMON_CFLAGS += -march=pentium4 62 59 endif 63 60 64 61 ifeq ($(PROCESSOR),core) 65 C MN2= -march=prescott62 COMMON_CFLAGS += -march=prescott 66 63 endif 67 64 68 65 FPU_NO_CFLAGS = -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow 69 GCC_CFLAGS += $(CMN2)70 ICC_CFLAGS += $(CMN2)71 CLANG_CFLAGS += $(CMN2)72 66 73 67 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
