diff options
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 0b3f7b9..7275c9b 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -32,6 +32,9 @@ /^TERMCAP =/s/ =.*$/ =/ +# Whack out autoconf hook for thread debugging. +/@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g + /@DEFS@/s/@DEFS@//g /@YACC@/s/@YACC@/byacc/g |