Changeset 68834d85 in mainline
- Timestamp:
- 2009-10-16T14:50:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f238e86
- Parents:
- e035612
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
re035612 r68834d85 76 76 @ "us" UltraSPARC I-II subarchitecture 77 77 @ "us3" UltraSPARC III-IV subarchitecture 78 @ "sun4v" Niagara (sun4v) 78 79 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 79 80 -
kernel/arch/sparc64/Makefile.inc
re035612 r68834d85 52 52 endif 53 53 54 ifeq ($(PROCESSOR),sun4v) 55 DEFS += -DSUN4V 56 #MH 57 DEFS += -DUS 58 endif 59 54 60 ARCH_SOURCES = \ 55 61 arch/$(KARCH)/src/cpu/cpu.c \
Note:
See TracChangeset
for help on using the changeset viewer.