Changeset 70554dd in mainline for kernel/arch/ia32/Makefile.inc
- Timestamp:
- 2009-02-20T15:50:36Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7aef7ee
- Parents:
- f32d90b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
rf32d90b r70554dd 46 46 # 47 47 48 ifeq ($(MACHINE),athlon -xp)48 ifeq ($(MACHINE),athlon_xp) 49 49 CMN2 = -march=athlon-xp 50 50 SUNCC_CFLAGS += -xarch=ssea 51 51 endif 52 ifeq ($(MACHINE),athlon -mp)52 ifeq ($(MACHINE),athlon_mp) 53 53 CMN2 = -march=athlon-mp 54 54 SUNCC_CFLAGS += xarch=ssea
Note:
See TracChangeset
for help on using the changeset viewer.