mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* gxtool silence tweak
This commit is contained in:
parent
3e99af1bae
commit
8127139143
@ -115,7 +115,7 @@ sim_gx_compiled_block_dispose(sim_gx_compiled_block* gx)
|
||||
|
||||
strcpy(la_name, gx->object_name);
|
||||
strcpy(strstr(la_name, ".so.0"), ".la");
|
||||
sprintf(compile_command, "gxtool --mode=uninstall rm -f %s", la_name);
|
||||
sprintf(compile_command, "gxtool --silent --mode=uninstall rm -f %s", la_name);
|
||||
|
||||
rc = system(compile_command);
|
||||
if(rc != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user