Move targets into kernel repo

This commit is contained in:
Jeremy Soller 2017-01-16 10:10:56 -07:00
parent 98ce48ebe4
commit ca3043d991
4 changed files with 2 additions and 52 deletions

View file

@ -3,7 +3,7 @@ ARCH?=x86_64
# Automatic variables
ROOT=$(PWD)
export RUST_TARGET_PATH=$(ROOT)/targets
export RUST_TARGET_PATH=$(ROOT)/kernel/targets
export CC=$(ROOT)/libc-artifacts/gcc.sh
export CFLAGS=-fno-stack-protector -U_FORTIFY_SOURCE