Ignore:
File:
1 edited

Legend:

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

    re84037f r58d5803d  
    3434
    3535ARCH_SOURCES += arch/$(UARCH)/src/fibril.S \
    36         arch/$(UARCH)/src/tls.c \
    37         arch/$(UARCH)/src/stacktrace.S
     36        arch/$(UARCH)/src/tls.c
    3837
    3938GCC_CFLAGS += -mcpu=ultrasparc -m64
     
    4443BFD_NAME = elf64-sparc
    4544BFD_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.