diff --git a/Makefile b/Makefile index 3fb0acba3..5624b1e49 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ CPU = generic #### Toolchain options. # GCC is normally used both for compiling and linking. CC = gcc -LD = gcc +LD = $(CC) #### Debug flags (typically "-g"). # Those flags only feed CFLAGS so it is not mandatory to use this form.