mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
* configure.ac: Tighten pattern for extracting value of
DEPRECATED_TM_FILE from the target makefile fragment. * configure: Regenerated.
This commit is contained in:
parent
3d799a9542
commit
b523a1fd3c
@ -1,3 +1,9 @@
|
||||
2007-01-08 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
* configure.ac: Tighten pattern for extracting value of
|
||||
DEPRECATED_TM_FILE from the target makefile fragment.
|
||||
* configure: Regenerated.
|
||||
|
||||
2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* linux-nat.c (struct simple_pid_list): Add status.
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -22714,7 +22714,7 @@ s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
' ${host_makefile_frag}`
|
||||
|
||||
targetfile=`sed -n '
|
||||
s/DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
s/^[ ]*DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
' ${target_makefile_frag}`
|
||||
|
||||
if test "${gdb_native}" = "yes"; then
|
||||
|
@ -1462,7 +1462,7 @@ s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
' ${host_makefile_frag}`
|
||||
|
||||
targetfile=`sed -n '
|
||||
s/DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
s/^[ ]*DEPRECATED_TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
|
||||
' ${target_makefile_frag}`
|
||||
|
||||
if test "${gdb_native}" = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user