From 620e2d35eeab6aad62b4e0d91f558cdd5d65478c Mon Sep 17 00:00:00 2001 From: Daniel Firth Date: Mon, 3 Oct 2016 17:22:29 +0100 Subject: Add build-steps, cpus to DEFAULTS --- DEFAULTS | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/DEFAULTS b/DEFAULTS index 83f0afed..c0088f0b 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -22,6 +22,34 @@ # is not formally specified right now, but you can assume PREFIX, DESTDIR and # MORPH_ARCH are all set. # +build-steps: ['pre-bootstrap-commands', + 'bootstrap-commands', + 'post-bootstrap-commands', + 'pre-configure-commands', + 'configure-commands', + 'post-configure-commands', + 'pre-build-commands', + 'build-commands', + 'post-build-commands', + 'pre-test-commands', + 'test-commands', + 'post-test-commands', + 'pre-install-commands', + 'install-commands', + 'post-install-commands', + 'pre-strip-commands', + 'strip-commands', + 'post-strip-commands'] + +cpus: + x86_32: 'i686' + armv8l64: 'aarch64' + armv8b64: 'aarch64_be' + mips64b: 'mips64' + mips64l: 'mips64el' + mips32b: 'mips' + mips32l: 'mipsel' + build-systems: manual: # The special, default 'no-op' build system. @@ -197,7 +225,7 @@ split-rules: include: - .* - stratum: + assemblage: - artifact: -devel include: - .*-devel -- cgit v1.2.1