]> Git Repo - binutils.git/blobdiff - gdb/mpw-make.sed
* remote.texi: Update list of stubs in the GDB distribution.
[binutils.git] / gdb / mpw-make.sed
index 9cfaaa3aa9f3e943e390e089233ba19671ef7df7..7275c9b49a41a7695192c326dbeae776dacc9d69 100644 (file)
@@ -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
 
 /@LIBS@/s/@LIBS@//g
 
+# Whack out autoconf hook for thread debugging.
+/@THREAD_DB_OBS@/s/@THREAD_DB_OBS@//g
+
+# Fix up paths to include directories.
 /INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
 /INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
 /INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
@@ -69,6 +76,7 @@ readline_headers =\
 # Fix the syntax of bits of C code that go into version.c.
 /char /s/'char .Option-x/'char */
 
+# Point at files in the obj dir rather than src dir.
 /version/s/"{s}"version\.c/"{o}"version.c/g
 /version/s/^version\.c/"{o}"version.c/
 /config/s/"{s}"config\.h/"{o}"config.h/g
This page took 0.025008 seconds and 4 git commands to generate.