Changeset 5f85c91 in mainline for arch/ia32/Makefile.inc
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/Makefile.inc
r389f41e r5f85c91 80 80 81 81 ifeq ($(CONFIG_SMP),y) 82 DEFS += -D SMP82 DEFS += -DCONFIG_SMP 83 83 endif 84 84 ifeq ($(CONFIG_HT),y) 85 DEFS += -D HT85 DEFS += -DCONFIG_HT 86 86 endif 87 87 ifeq ($(CONFIG_FPU_LAZY),y) 88 DEFS += -D FPU_LAZY88 DEFS += -DCONFIG_FPU_LAZY 89 89 endif 90 90
Note:
See TracChangeset
for help on using the changeset viewer.