Changeset 6c4ff8a in mainline
- Timestamp:
- 2007-11-10T23:21:15Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 81614543
- Parents:
- 7f3e3e7
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r7f3e3e7 r6c4ff8a 71 71 CONFIG_HT = n 72 72 endif 73 ifeq ($(MACHINE), prescott)74 CMN2 = -march=p entium4-mfpmath=sse -mmmx -msse -msse2 -msse373 ifeq ($(MACHINE),core) 74 CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3 75 75 GCC_CFLAGS += $(CMN2) 76 76 ICC_CFLAGS += $(CMN2) -
kernel/arch/ia32xen/Makefile.inc
r7f3e3e7 r6c4ff8a 71 71 CONFIG_HT = n 72 72 endif 73 ifeq ($(MACHINE), prescott)74 CMN2 = -march=p entium4-mfpmath=sse -mmmx -msse -msse2 -msse373 ifeq ($(MACHINE),core) 74 CMN2 = -march=prescott -mfpmath=sse -mmmx -msse -msse2 -msse3 75 75 GCC_CFLAGS += $(CMN2) 76 76 ICC_CFLAGS += $(CMN2) -
kernel/kernel.config
r7f3e3e7 r6c4ff8a 40 40 @ "pentium4" Pentium 4 41 41 @ "pentium3" Pentium 3 42 @ "core" Core Solo/Duo 42 43 @ "athlon-xp" Athlon XP 43 44 @ "athlon-mp" Athlon MP 44 @ "prescott" Prescott45 45 ! [ARCH=ia32|ARCH=ia32xen] MACHINE (choice) 46 46
Note:
See TracChangeset
for help on using the changeset viewer.