diff options
| -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 |
