summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-08-23 21:14:35 (GMT)
committerGitHub <noreply@github.com>2016-08-23 21:14:35 (GMT)
commit8a4870c2f8788c097d71194cb6d334cef1ae31ab (patch)
treeb891c1b351fbce138686c327ddfbd53874b61974 /steps.mk
parent87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff)
parentb7ef2697ca4ec3f5409420cb0ded852b77b84c5e (diff)
Merge pull request #383 from stilor/multilib
Multilib support
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/steps.mk b/steps.mk
index b7e3b02..15b9a01 100644
--- a/steps.mk
+++ b/steps.mk
@@ -16,9 +16,9 @@ help-env::
# The _for_build steps are noop for native and cross,
# but are actual steps for canadian and cross-native.
-# Please keep the last line with a '\' and keep the following empy line:
+# Please keep the last line with a '\' and keep the following empty line:
# it helps when diffing and merging.
-CT_STEPS := libc_check_config \
+CT_STEPS := \
companion_libs_for_build \
binutils_for_build \
companion_libs_for_host \