mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* lib/ld.exp (default_ld_version): Fix for current version
printing.
This commit is contained in:
@ -12,10 +12,9 @@ proc default_ld_version { ld } {
|
||||
|
||||
catch "exec $ld --version" tmp
|
||||
set tmp [prune_system_crud $host_triplet $tmp]
|
||||
regexp "version.*$" $tmp version
|
||||
|
||||
if [info exists version] then {
|
||||
clone_output "$ld $version\n"
|
||||
regexp "\[^\n\]* (cygnus-|)(\[-0-9.a-zA-Z-\]+)\[\r\n\].*" $tmp version cyg number
|
||||
if [info exists number] then {
|
||||
clone_output "$ld $number\n"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user