shithub: scc

Download patch

ref: d58f3f2eb9cb620b8746ff9f7b6c172a91720629
parent: e94611fde97ac59b94c43ba702dd3908962ec39f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Mar 29 12:33:54 EDT 2022

libc: use gcc-scc instead of cc.sh

Cc.sh was the old name of this shell script.

--- a/src/libc/gcc-scc.sh
+++ b/src/libc/gcc-scc.sh
@@ -26,7 +26,7 @@
 		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