summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-10-03 17:22:29 +0100
committerDaniel Firth <dan.firth@codethink.co.uk>2016-10-26 13:01:06 +0100
commite54b751f47e0fedd0fae7a49622c8f5f40ebdad0 (patch)
tree4ccf8f88b70a4fcedb641004f2c3637681d42523
parent5a0c1988f8a7cb64709896e2e9b39f57cf3c54b1 (diff)
downloaddefinitions-e54b751f47e0fedd0fae7a49622c8f5f40ebdad0.tar.gz
Add build-steps, cpus to DEFAULTS
-rw-r--r--DEFAULTS30
1 files changed, 29 insertions, 1 deletions
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