summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-21 20:11:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-21 20:11:18 +0000
commit1e8f0e7c6428cc8f11005b077e8c9e1551ca5f69 (patch)
tree1f51c24d305b1762e3f9f4f7ce9d3bf73e667809 /apps
parent967d172419284f124e9915f0bcc13ab2f2977fed (diff)
downloadrockbox-1e8f0e7c6428cc8f11005b077e8c9e1551ca5f69.tar.gz
rockbox-1e8f0e7c6428cc8f11005b077e8c9e1551ca5f69.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 8fc1bf627d..69de3a0f78 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -171,7 +171,7 @@ endif
171ifeq ($(UNAME), Darwin) 171ifeq ($(UNAME), Darwin)
172SIMULATOR_MAP= 172SIMULATOR_MAP=
173else 173else
174SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map 174#SIMULATOR_MAP=-Wl,-Map,$(OBJDIR)/rockbox.map
175endif 175endif
176 176
177$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \ 177$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \