Changeset 3e828ea in mainline for uspace/lib/c/arch/sparc64/meson.build
- Timestamp:
- 2019-09-23T12:49:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9be2358
- Parents:
- 9259d20 (diff), 1a4ec93f (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. - git-author:
- Jiri Svoboda <jiri@…> (2019-09-22 12:49:07)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-09-23 12:49:29)
- File:
-
- 1 moved
-
uspace/lib/c/arch/sparc64/meson.build (moved) (moved from uspace/lib/c/arch/ppc32/Makefile.common ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/meson.build
r9259d20 r3e828ea 27 27 # 28 28 29 ifeq ($(CONFIG_FPU),y) 30 FLOATS=hard 31 else 32 FLOATS=soft 33 endif 29 arch_src += [ autocheck.process('include/libarch/fibril_context.h') ] 34 30 35 COMMON_CFLAGS += -mcpu=powerpc -m$(FLOATS)-float -m32 -Wl,-z,max-page-size=0x1000 36 AFLAGS += -a32 37 LDFLAGS += -Wl,--gc-sections 31 arch_src += files( 32 'src/entryjmp.S', 33 'src/thread_entry.S', 34 'src/fibril.S', 35 'src/tls.c', 36 'src/stacktrace.c', 37 'src/stacktrace_asm.S', 38 'src/rtld/dynamic.c', 39 'src/rtld/reloc.c', 40 ) 38 41 39 ENDIANESS = BE 40 41 BFD_NAME = elf32-powerpc 42 BFD_ARCH = powerpc:common 42 arch_start_src = files('src/crt0.S')
Note:
See TracChangeset
for help on using the changeset viewer.
