Skip to content

Commit b1cc8f9

Browse files
committed
remove dependency to make
1 parent 3e1c213 commit b1cc8f9

File tree

2 files changed

+13
-48
lines changed

2 files changed

+13
-48
lines changed

.cargo/config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[unstable]
2+
build-std = ["core", "alloc"]
3+
4+
[build]
5+
target = "x86_64-eduos.json"
6+
7+
[target.aarch64-eduos]
8+
rustflags = [
9+
"-C", "link-arg=-Tlink_aarch64.ld"
10+
]
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)