ref: 281ed1c6bfbebe92f24377d6e2af85c635cc8b64
parent: 4e59e135f609876c0b76121c7fffd175c6f5ea29
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 24 16:21:12 EDT 2018
[tests/libc] Remove unneded echo in cc.sh
--- a/tests/libc/execute/cc.sh
+++ b/tests/libc/execute/cc.sh
@@ -33,5 +33,4 @@
obj=${1%.c}.o
c99 -nostdinc -I$inc -I$arch_inc -c $1
-echo ld -L$lib $lib/crt.o $obj -lc >&2
ld -L$lib $lib/crt.o $obj -lc