Fix build with new compiler-builtins, update kernel

This commit is contained in:
Jeremy Soller 2019-06-07 15:59:45 -06:00
parent e9a41f392a
commit 907a162d5b
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 1 deletions

2
kernel

@ -1 +1 @@
Subproject commit fcd8ce7e1b6e3c6fe14b0ce8ba23c0792dbd3610
Subproject commit 1be77c2ab4a011b458b6df3501451a4fcd626d76

View file

@ -27,6 +27,7 @@ endif
# Automatic variables
ROOT=$(CURDIR)
export RUST_COMPILER_RT_ROOT=$(ROOT)/rust/src/llvm-project/compiler-rt
export RUST_TARGET_PATH=$(ROOT)/kernel/targets
export XARGO_HOME=$(ROOT)/build/xargo
export XARGO_RUST_SRC=$(ROOT)/rust/src