mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* lib/ld.exp (default_ld_compile): Remove the output file before
compiling.
This commit is contained in:
@ -112,6 +112,8 @@ proc default_ld_compile { cc source object } {
|
||||
return 0
|
||||
}
|
||||
|
||||
catch "exec rm -f $object" exec_output
|
||||
|
||||
send_log "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object\n"
|
||||
verbose "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object"
|
||||
|
||||
|
Reference in New Issue
Block a user