Changeset 12d7710 in mainline for uspace/lib/c/arch/sparc64/Makefile.common
- Timestamp:
- 2010-03-26T22:01:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1faa995
- Parents:
- 4204ad9 (diff), eaf22d4 (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/Makefile.common
r4204ad9 r12d7710 27 27 # 28 28 29 ARCH_SOURCES = \30 arch/$(UARCH)/src/entry.s \31 arch/$(UARCH)/src/thread_entry.s \32 arch/$(UARCH)/src/fibril.S \33 arch/$(UARCH)/src/tls.c \34 arch/$(UARCH)/src/stacktrace.c \35 arch/$(UARCH)/src/stacktrace_asm.S36 37 29 GCC_CFLAGS += -mcpu=ultrasparc -m64 38 LFLAGS += -no-check-sections -N30 LFLAGS = -no-check-sections 39 31 40 32 ENDIANESS = BE
Note:
See TracChangeset
for help on using the changeset viewer.