diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/codecs.make | 1 | ||||
| -rw-r--r-- | apps/plugins/plugins.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make index 96c12de..aab23b0 100644 --- a/apps/codecs/codecs.make +++ b/apps/codecs/codecs.make @@ -121,6 +121,7 @@ else CODECLDFLAGS = -T$(CODECLINK_LDS) -Wl,--gc-sections -Wl,-Map,$(CODECDIR)/$*.map CODECFLAGS += -UDEBUG -DNDEBUG endif +CODECLDFLAGS += $(GLOBAL_LDOPTS) $(CODECDIR)/%-pre.map: $(CODEC_CRT0) $(CODECLINK_LDS) $(CODECDIR)/%.o $(CODECLIB) $(call PRINTS,LD $(@F))$(CC) $(CODECFLAGS) -o $(CODECDIR)/$*-pre.elf \ diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index febc80a..4bd0cc9 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -87,6 +87,7 @@ else PLUGINLDFLAGS = -T$(PLUGINLINK_LDS) -Wl,--gc-sections -Wl,-Map,$*.map OVERLAYLDFLAGS = -T$(OVERLAYREF_LDS) -Wl,--gc-sections -Wl,-Map,$*.refmap endif +PLUGINLDFLAGS += $(GLOBAL_LDOPTS) $(BUILDDIR)/%.rock: $(call PRINTS,LD $(@F))$(CC) $(PLUGINFLAGS) -o $(BUILDDIR)/$*.elf \ |