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:
parent
967d172419
commit
1e8f0e7c64
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue