scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit f4d94c9412b2bb75ae9cbf69bce84876065ff42d
parent 84f95493fb3d6a6d174bd8275dee528cb28e3cc2
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:
Msrc/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