scc

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

commit 4367ecd7926bc69c0c63eec0d61ceff3e2244c67
parent dfd86a5b8c96d726058575dfbd4b0a0d59ab1781
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 17 Sep 2021 06:59:36 +0200

tests/libc: Use amd64 as default abi in cc wrapper

The majority of the developpers use amd64 so it makes
more sense to use amd64 as default abi.

Diffstat:
Mtests/libc/execute/cc.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libc/execute/cc.sh b/tests/libc/execute/cc.sh @@ -29,7 +29,7 @@ do done sys=${sys:-`uname | tr 'A-Z' 'a-z'`} -abi=${abi:-i386} +abi=${abi:-amd64} out=${out:-a.out} root=${root:-$SCCPREFIX} inc=$root/include