mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-17 14:02:21 +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
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
catch "exec rm -f $object" exec_output
|
||||||
|
|
||||||
send_log "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object\n"
|
send_log "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object\n"
|
||||||
verbose "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object"
|
verbose "$cc -I$srcdir$subdir -c $CFLAGS $source -o $object"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user