diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-04-16 15:07:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-04-16 15:24:05 -0400 |
commit | 017371b7445735133e24981661c3cd7cfae72a65 (patch) | |
tree | b1eec3ebdc3efc1e858f5f8000d93a94dd3bdf6b /src | |
parent | 4aa22502215d69a384af3ebf97542e3c949e1e85 (diff) | |
download | kutter-017371b7445735133e24981661c3cd7cfae72a65.tar.gz kutter-017371b7445735133e24981661c3cd7cfae72a65.tar.xz kutter-017371b7445735133e24981661c3cd7cfae72a65.zip |
Revert "Makefile: Don't disable gcc's use-linker-plugin option"
This reverts commit 8087200ffe2fbbe62265dd480ce8be67db8349eb.
The change can break the build on some versions of gcc.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/pru/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pru/Makefile b/src/pru/Makefile index c9624d1e..cd4a5b78 100644 --- a/src/pru/Makefile +++ b/src/pru/Makefile @@ -8,7 +8,6 @@ dirs-y += lib/pru_rpmsg CFLAGS += -Os -minrt -mmcu=am335x.pru1 CFLAGS += -Ilib/pru_rpmsg/include -Ilib/pru_rpmsg/include/am335x -CFLAGS += -fno-use-linker-plugin CFLAGS_klipper.elf := $(filter-out -mmcu=%, $(CFLAGS)) CFLAGS_klipper.elf += -Wl,-r -nostdlib -Wl,-T,src/pru/pru.lds |