Changeset 4e9aaf5 in mainline for kernel/arch/ia32/Makefile.inc
- Timestamp:
- 2010-03-19T18:30:12Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8023571, b535aeb, e2b73d4f
- Parents:
- 3c80f2b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r3c80f2b r4e9aaf5 48 48 SUNCC_CFLAGS += -xarch=ssea 49 49 endif 50 50 51 ifeq ($(PROCESSOR),athlon_mp) 51 52 CMN2 = -march=athlon-mp 52 53 SUNCC_CFLAGS += xarch=ssea 53 54 endif 55 54 56 ifeq ($(PROCESSOR),pentium3) 55 57 CMN2 = -march=pentium3 56 58 SUNCC_CFLAGS += -xarch=sse 57 59 endif 60 58 61 ifeq ($(PROCESSOR),pentium4) 59 62 CMN2 = -march=pentium4 60 63 SUNCC_CFLAGS += -xarch=sse2 61 64 endif 65 62 66 ifeq ($(PROCESSOR),core) 63 67 CMN2 = -march=prescott
Note:
See TracChangeset
for help on using the changeset viewer.