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/chessbox | |
| 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/chessbox')
| -rw-r--r-- | apps/plugins/chessbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/Makefile b/apps/plugins/chessbox/Makefile index 5f1a855..7d86532 100644 --- a/apps/plugins/chessbox/Makefile +++ b/apps/plugins/chessbox/Makefile @@ -40,7 +40,7 @@ all: $(OUTPUT) ifndef SIMVER $(OBJDIR)/chessbox.elf: $(OBJS) $(LINKFILE) $(BITMAPLIBS) - $(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 \ $(LINKBITMAPS) -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/chessbox.map $(OUTPUT): $(OBJDIR)/chessbox.elf |