scc

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

commit cbfcf3bf786e1dd5ccfbc97bff65fbc1efaa3903
parent 17189bc8295651f0959354596c39551994061a37
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