diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-04-17 11:28:50 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:41 +0200 |
| commit | c5953a7976bb599be78bb956376c07318c354139 (patch) | |
| tree | c7a91212bd14636f70d3a0d01882301c0a14be8b | |
| parent | bb8ef9aca2bc862f697a9f4a83418103dd14136d (diff) | |
rename `compiler` directory to `defs`
the name `compiler` is ambiguous
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | defs/x86_64-linker.ld (renamed from compiler/x86_64-linker.ld) | 0 | ||||
| -rw-r--r-- | defs/x86_64-rustubs.json (renamed from compiler/x86_64-rustubs.json) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ BUILD = build ARCH = x86_64 ASM = nasm ASMOBJFORMAT = elf64 -LINKER_SCRIPT = ./compiler/$(ARCH)-linker.ld -CARGO_XBUILD_TARGET = ./compiler/$(ARCH)-rustubs.json +LINKER_SCRIPT = ./defs/$(ARCH)-linker.ld +CARGO_XBUILD_TARGET = ./defs/$(ARCH)-rustubs.json CARGO_XBUILD_FLAGS = # ---------- No need to edit below this line -------------- # ---------- If you have to, something is wrong ----------- diff --git a/compiler/x86_64-linker.ld b/defs/x86_64-linker.ld index b484366..b484366 100644 --- a/compiler/x86_64-linker.ld +++ b/defs/x86_64-linker.ld diff --git a/compiler/x86_64-rustubs.json b/defs/x86_64-rustubs.json index 93512ed..93512ed 100644 --- a/compiler/x86_64-rustubs.json +++ b/defs/x86_64-rustubs.json |
