Changes in uspace/lib/libc/arch/sparc64/Makefile.inc [e84037f:58d5803d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/sparc64/Makefile.inc
re84037f r58d5803d 34 34 35 35 ARCH_SOURCES += arch/$(UARCH)/src/fibril.S \ 36 arch/$(UARCH)/src/tls.c \ 37 arch/$(UARCH)/src/stacktrace.S 36 arch/$(UARCH)/src/tls.c 38 37 39 38 GCC_CFLAGS += -mcpu=ultrasparc -m64 … … 44 43 BFD_NAME = elf64-sparc 45 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.