coreboot/src/arch/ppc64
Arthur Heymans 7bb8de1843 Makefile.mk: Add a common link_stage function and use it
A few differences with the original link targets:
- 'libs' is now supported on all arch even though only x86 uses it
- compiler_rt is included on arch that previously did not (arm). This
  however has no impact as there compiler_rt is not defined for those
  arch in xcompile
- LIBGCC_FILE_NAME_bootblock is not included, but this was not defined
  anywhere so this is a noop

Change-Id: I64f7686894c99732d06972e7ba327061db6d7c44
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83574
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-08-22 13:57:47 +00:00
..
include/arch treewide: Move stdlib.h to commonlib 2024-03-15 10:09:43 +00:00
arch_timer.c
boot.c
bootblock_crt0.S
Kconfig Kconfig: Reverse ARCH_SUPPORTS_CLANG 2024-08-06 16:37:35 +00:00
Makefile.mk Makefile.mk: Add a common link_stage function and use it 2024-08-22 13:57:47 +00:00
stages.c arch/ppc64: Fix inline assembly for clang 2024-04-01 04:16:34 +00:00
tables.c