Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/sparc64/Makefile.inc

    r6ab8697 r58d5803d  
    4343BFD_NAME = elf64-sparc
    4444BFD_ARCH = sparc
     45
     46ifeq ($(PROCESSOR),us)
     47        DEFS += -DSUN4U
     48endif
     49
     50ifeq ($(PROCESSOR),us3)
     51        DEFS += -DSUN4U
     52endif
     53
     54ifeq ($(PROCESSOR),sun4v)
     55        DEFS += -DSUN4V
     56endif
Note: See TracChangeset for help on using the changeset viewer.