projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e99af1
)
* gxtool silence tweak
author
Frank Ch. Eigler
<fche@redhat.com>
Sat, 5 Dec 1998 11:46:32 +0000
(11:46 +0000)
committer
Frank Ch. Eigler
<fche@redhat.com>
Sat, 5 Dec 1998 11:46:32 +0000
(11:46 +0000)
sim/common/sim-gx.c
patch
|
blob
|
history
diff --git
a/sim/common/sim-gx.c
b/sim/common/sim-gx.c
index b8cbbbd9b74cfb05492d169f19fed4ac9c96a0ea..5faf5760c59996357aee5ce998af97d40fd7a43c 100644
(file)
--- 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)