diff options
author | John Hodge <tpg@mutabah.net> | 2016-10-22 16:06:44 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-10-22 16:06:44 +0800 |
commit | 59c451383ca6b3d2310a509162f2b49b404eda6c (patch) | |
tree | bd8e14fcf00e61b5c23cb918211d7acba8f5b85a | |
parent | d3cd331e7932b9b74f5995e42bc9cafc33f5ce92 (diff) | |
download | mrust-59c451383ca6b3d2310a509162f2b49b404eda6c.tar.gz |
Makefile - Add dependency for libstd (libcompiler_builtins)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ output/librustc_unicode.hir: output/libcore.hir output/libcollections.hir: output/libcore.hir output/liballoc.hir output/librustc_unicode.hir output/librand.hir: output/libcore.hir output/liblibc.hir: output/libcore.hir -output/libstd.hir: $(call fcn_extcrate, core collections rand libc unwind) +output/libstd.hir: $(call fcn_extcrate, core collections rand libc unwind compiler_builtins) output/libunwind.hir: $(call fcn_extcrate, core libc) output/libtest.hir: $(call fcn_extcrate, std getopts term panic_unwind) |