diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2016-08-23 14:14:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 14:14:35 -0700 |
commit | 8a4870c2f8788c097d71194cb6d334cef1ae31ab (patch) | |
tree | b891c1b351fbce138686c327ddfbd53874b61974 /steps.mk | |
parent | 87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff) | |
parent | b7ef2697ca4ec3f5409420cb0ded852b77b84c5e (diff) | |
download | crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.tar.gz crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.tar.bz2 crosstool-ng-8a4870c2f8788c097d71194cb6d334cef1ae31ab.zip |
Merge pull request #383 from stilor/multilib
Multilib support
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |