diff options
Diffstat (limited to 'sim/common/sim-gx.c')
-rw-r--r-- | sim/common/sim-gx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-gx.c b/sim/common/sim-gx.c index b8cbbbd..5faf576 100644 --- a/sim/common/sim-gx.c +++ b/sim/common/sim-gx.c @@ -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) |