From e393b8e359f2d179c899f7dd37b00fb9c90636b2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 15 Feb 2007 20:28:08 +0000 Subject: 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 --- apps/plugins/pacbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/pacbox/Makefile') 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 -- cgit v1.1