Move targets into kernel repo
This commit is contained in:
parent
98ce48ebe4
commit
ca3043d991
4 changed files with 2 additions and 52 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue