Changeset 04803bf in mainline for uspace/lib/c/arch/sparc64/Makefile.common
- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/lib/c/arch/sparc64/Makefile.common (moved) (moved from uspace/lib/libc/arch/sparc64/Makefile.inc ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
rb50b5af2 r04803bf 27 27 # 28 28 29 ## Toolchain configuration 30 # 31 32 TARGET = sparc64-linux-gnu 33 TOOLCHAIN_DIR = $(CROSS_PREFIX)/sparc64/bin 34 35 ARCH_SOURCES += arch/$(UARCH)/src/fibril.S \ 36 arch/$(UARCH)/src/tls.c 37 38 CFLAGS += -mcpu=ultrasparc -m64 39 LFLAGS += -no-check-sections -N 29 GCC_CFLAGS += -mcpu=ultrasparc -m64 -mcmodel=medlow 30 LFLAGS = -no-check-sections 40 31 41 32 ENDIANESS = BE … … 43 34 BFD_NAME = elf64-sparc 44 35 BFD_ARCH = sparc 36 37 ifeq ($(PROCESSOR),us) 38 DEFS += -DSUN4U 39 endif 40 41 ifeq ($(PROCESSOR),us3) 42 DEFS += -DSUN4U 43 endif 44 45 ifeq ($(PROCESSOR),sun4v) 46 DEFS += -DSUN4V 47 endif
Note:
See TracChangeset
for help on using the changeset viewer.
