Temporarily disable the creation of a map file when the sim is built since

ld from the binutils in current debian unstable segfaults on this!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-05-21 20:11:18 +00:00
parent 967d172419
commit 1e8f0e7c64

View file

@ -171,7 +171,7 @@ endif
ifeq ($(UNAME), Darwin)
SIMULATOR_MAP=
else
SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map
#SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map
endif
$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \