diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-21 20:11:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-21 20:11:18 +0000 |
commit | 1e8f0e7c6428cc8f11005b077e8c9e1551ca5f69 (patch) | |
tree | 1f51c24d305b1762e3f9f4f7ce9d3bf73e667809 /apps | |
parent | 967d172419284f124e9915f0bcc13ab2f2977fed (diff) |
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/Makefile | 2 |
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 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 \ |