commit d58f3f2eb9cb620b8746ff9f7b6c172a91720629 parent e94611fde97ac59b94c43ba702dd3908962ec39f Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Tue, 29 Mar 2022 16:33:54 +0200 libc: use gcc-scc instead of cc.sh Cc.sh was the old name of this shell script. Diffstat:
M | src/libc/gcc-scc.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libc/gcc-scc.sh b/src/libc/gcc-scc.sh @@ -26,7 +26,7 @@ do shift ;; -*) - echo usage: cc.sh [-o outfile][-c][-r root][-a abi][-s sys] file + echo usage: gcc-scc [-o outfile][-c][-r root][-a abi][-s sys] file exit 1 ;; esac