Changeset 99373fe in mainline
- Timestamp:
- 2007-06-06T16:53:40Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44bec47
- Parents:
- 72c4ed4
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/Makefile.inc
r72c4ed4 r99373fe 37 37 38 38 DEFS += -DMACHINE=$(MACHINE) -D__32_BITS__ 39 SUNCC_CFLAGS = -m3239 SUNCC_CFLAGS += -m32 40 40 41 41 ## Accepted CPUs -
kernel/arch/ia32xen/Makefile.inc
r72c4ed4 r99373fe 38 38 DEFS += -DMACHINE=$(MACHINE) -D__32_BITS__ 39 39 40 SUNCC_CFLAGS = -m3240 SUNCC_CFLAGS += -m32 41 41 42 42 ## Accepted CPUs
Note:
See TracChangeset
for help on using the changeset viewer.