From 81271391435060d227a183117e63d8dc351c43f5 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 5 Dec 1998 11:46:32 +0000 Subject: [PATCH] * gxtool silence tweak --- sim/common/sim-gx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/common/sim-gx.c b/sim/common/sim-gx.c index b8cbbbd9b7..5faf5760c5 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) -- 2.34.1