diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-02-15 20:28:08 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-02-15 20:28:08 +0000 |
| commit | e393b8e359f2d179c899f7dd37b00fb9c90636b2 (patch) | |
| tree | 3e016808b4c419f99b4feb3ac4459743eb24f852 /apps/plugins/pacbox | |
| parent | 9745bbc1df4b82a6f43dabc915ab7823d2889d5b (diff) | |
| download | rockbox-e393b8e359f2d179c899f7dd37b00fb9c90636b2.zip rockbox-e393b8e359f2d179c899f7dd37b00fb9c90636b2.tar.gz rockbox-e393b8e359f2d179c899f7dd37b00fb9c90636b2.tar.bz2 rockbox-e393b8e359f2d179c899f7dd37b00fb9c90636b2.tar.xz | |
Replaced some explicit options for target linking with to be consistent with the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pacbox')
| -rw-r--r-- | apps/plugins/pacbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pacbox/Makefile b/apps/plugins/pacbox/Makefile index c88d8ae..7a62d98 100644 --- a/apps/plugins/pacbox/Makefile +++ b/apps/plugins/pacbox/Makefile @@ -34,7 +34,7 @@ all: $(OUTPUT) ifndef SIMVER $(OBJDIR)/pacbox.elf: $(OBJS) $(LINKFILE) - $(call PRINTS,LD $(@F))$(CC) $(GCCOPTS) -O -nostdlib -o $@ $(OBJS) -L$(BUILDDIR) -lplugin -lgcc \ + $(call PRINTS,LD $(@F))$(CC) $(CFLAGS) -o $@ $(OBJS) -L$(BUILDDIR) -lplugin -lgcc \ -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/pacbox.map $(OUTPUT): $(OBJDIR)/pacbox.elf |