diff options
-rw-r--r-- | gdb/testsuite/lib/future.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/lib/future.exp b/gdb/testsuite/lib/future.exp index fa839fc..807053b 100644 --- a/gdb/testsuite/lib/future.exp +++ b/gdb/testsuite/lib/future.exp @@ -43,7 +43,6 @@ proc gdb_find_gnatmake {} { proc gdb_find_gdc {} { global tool_root_dir - print "Tool Root: $tool_root_dir" if {![is_remote host]} { set file [lookfor_file $tool_root_dir gdc] @@ -58,7 +57,7 @@ proc gdb_find_gdc {} { } else { set CC [transform gdc] } - print "CC: $CC" + return $CC } |