aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-11 11:42:29 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-11 11:42:29 +0200
commite093bdeb10ec79a5e22a9a792c098e876ed91a63 (patch)
tree06211324ae53c7a959dad8afb99f13e8c48463f5 /toolchain.makefile
parentvmm: display segment map info (diff)
downloadkernel.cpp-e093bdeb10ec79a5e22a9a792c098e876ed91a63.tar.xz
Add linker script to ld depends
Diffstat (limited to 'toolchain.makefile')
-rw-r--r--toolchain.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.makefile b/toolchain.makefile
index aa13852..c3ac2d8 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -8,7 +8,7 @@ AS := clang
AS_FLAGS :=
LD := ld.lld
-LD_FLAGS := -T linker.ld
+LD_FLAGS :=
CXX := clang++
TEST_CXX := clang++