Makefile: fix linker script passing (-T) for clang
Clang does not understand the -T option. As this is used only by the linker, use -Wl option to pass options directly to the linker in use.
Please register or sign in to comment
Clang does not understand the -T option. As this is used only by the linker, use -Wl option to pass options directly to the linker in use.