aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386sco4.mh4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386sco4.mh b/gdb/config/i386sco4.mh
index 8eb0657..d84fda6 100644
--- a/gdb/config/i386sco4.mh
+++ b/gdb/config/i386sco4.mh
@@ -10,3 +10,7 @@ REGEX1=regex.o
# The cc compiler mishandles const in cases like
# struct type ** const (c_builtin_types[]) =
MH_CFLAGS=-Dconst=
+# The cc compiler sometimes produces debugging output that nm can not
+# parse. Passing -p to nm makes it not even try, and allows munch to
+# work.
+MUNCH_DEFINE=-p