mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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)
|
ifeq ($(UNAME), Darwin)
|
||||||
SIMULATOR_MAP=
|
SIMULATOR_MAP=
|
||||||
else
|
else
|
||||||
SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map
|
#SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \
|
$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue