From 790a8aa56073ddbe9e4c05d9c544d4c2076eca95 Mon Sep 17 00:00:00 2001 From: mojyack Date: Sat, 25 Apr 2026 01:01:01 +0900 Subject: [PATCH] plugins: chessbox: respect GLOBAL_LDOPTS Change-Id: Ia9b20c24f91a7fd9fa7b0a73e352199aeaf6dd05 --- apps/plugins/chessbox/chessbox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/chessbox/chessbox.make b/apps/plugins/chessbox/chessbox.make index c4b1b495e1..7fa0598eb9 100644 --- a/apps/plugins/chessbox/chessbox.make +++ b/apps/plugins/chessbox/chessbox.make @@ -19,7 +19,7 @@ ifeq ($(findstring YES, $(call preprocess, $(APPSDIR)/plugins/BUILD_OVERLAY)), Y ### lowmem targets ROCKS += $(CHESSBOX_OBJDIR)/chessbox.ovl CHESSBOX_OUTLDS = $(CHESSBOX_OBJDIR)/chessbox.link - CHESSBOX_OVLFLAGS = -T$(CHESSBOX_OUTLDS) -Wl,--gc-sections -Wl,-Map,$(basename $@).map + CHESSBOX_OVLFLAGS = -T$(CHESSBOX_OUTLDS) -Wl,--gc-sections -Wl,-Map,$(basename $@).map $(GLOBAL_LDOPTS) else ROCKS += $(CHESSBOX_OBJDIR)/chessbox.rock endif