From 1e8f0e7c6428cc8f11005b077e8c9e1551ca5f69 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 May 2007 20:11:18 +0000 Subject: 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 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index 8fc1bf627d..69de3a0f78 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -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 \ -- cgit v1.2.3