diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-07 02:10:20 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-07 02:10:20 +0000 |
| commit | 910d9652f9ddf4722cee26651e9d559de81bc7f1 (patch) | |
| tree | a153d47c76de429bf8d9732b86c942f0843273b2 /apps/plugins/Makefile | |
| parent | 98e7c318118655ccbda7db3a0ecac0ff32d2833e (diff) | |
| download | rockbox-910d9652f9ddf4722cee26651e9d559de81bc7f1.zip rockbox-910d9652f9ddf4722cee26651e9d559de81bc7f1.tar.gz rockbox-910d9652f9ddf4722cee26651e9d559de81bc7f1.tar.bz2 rockbox-910d9652f9ddf4722cee26651e9d559de81bc7f1.tar.xz | |
Link with the proper options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5827 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 802ff04..5d735bf 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -32,7 +32,7 @@ all: $(OBJDIR)/libplugin.a $(ROCKS) $(DEPFILE) $(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) $(OBJDIR)/libplugin.a @echo "LD $@" - @$(CC) -O -nostdlib -o $@ $< -L$(OBJDIR) -lplugin -lgcc -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/$*.map + @$(CC) $(GCCOPTS) -O -nostdlib -o $@ $< -L$(OBJDIR) -lplugin -lgcc -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/$*.map $(OBJDIR)/%.rock : $(OBJDIR)/%.elf @echo "OBJCOPY $<" |