Skip to content

Commit 7d3fb42

Browse files
committed
remove dependency to make
1 parent cf7b9ec commit 7d3fb42

File tree

2 files changed

+10
-49
lines changed

2 files changed

+10
-49
lines changed

.cargo/config

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
[target.x86_64-eduos]
1+
[unstable]
2+
build-std = ["core", "alloc"]
3+
4+
[build]
5+
target = "x86_64-eduos.json"
6+
7+
[target.aarch64-eduos]
28
rustflags = [
39
"-C", "link-arg=-Tsrc/arch/x86_64/linker.ld"
410
]
11+
12+
[target.x86_64-eduos]
13+
runner = "ehyve"

Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)