mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Refactor build() to make things more flexible: Add a parameter that tells if we build a package for the host or for a target architecture. This is just passed to the build_$package() function and can be used later to take different steps in each case (e.g. for bootstrapping a host gcc). Move .success files into the destination directory. That way we can tell that a package has been built even if the package build directory has been removed. BUG=None BRANCH=None TEST=None Change-Id: I52a7245714a040d11f6e1ac8bdbff8057bb7f0a1 Original-Signed-off-by: Nico Huber <nico.huber@secunet.com> Original-Reviewed-on: https://review.coreboot.org/13471 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Patrick Georgi <pgeorgi@google.com> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/358601 Reviewed-by: Martin Roth <martinroth@chromium.org> |
||
---|---|---|
.. | ||
patches | ||
sum | ||
buildgcc | ||
getopt.c | ||
Makefile | ||
Makefile.inc | ||
README |
README ------ This is a cross toolchain builder for -elf toolchains (ie. no libc support) known working: i386-elf x86_64-elf powerpc-elf mipsel-elf arm-elf armv7a-eabi aarch64-elf known broken: alpha-elf powerpc64-elf