Changeset 58d5803d in mainline for uspace/lib/libc/arch/sparc64/Makefile.inc
- Timestamp:
- 2009-12-12T09:50:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 387416b
- Parents:
- 77f65df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/Makefile.inc
r77f65df r58d5803d 43 43 BFD_NAME = elf64-sparc 44 44 BFD_ARCH = sparc 45 46 ifeq ($(PROCESSOR),us) 47 DEFS += -DSUN4U 48 endif 49 50 ifeq ($(PROCESSOR),us3) 51 DEFS += -DSUN4U 52 endif 53 54 ifeq ($(PROCESSOR),sun4v) 55 DEFS += -DSUN4V 56 endif
Note:
See TracChangeset
for help on using the changeset viewer.