plugins: chessbox: respect GLOBAL_LDOPTS
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Sun, 3 May 2026 09:06:23 -0400
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 790a8aa56073ddbe9e4c05d9c544d4c2076eca95 Author: mojyack <[email protected]> Date: Sat Apr 25 01:01:01 2026 +0900 plugins: chessbox: respect GLOBAL_LDOPTS Change-Id: Ia9b20c24f91a7fd9fa7b0a73e352199aeaf6dd05 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 -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs