ref: cbfcf3bf786e1dd5ccfbc97bff65fbc1efaa3903
parent: 17189bc8295651f0959354596c39551994061a37
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Sep 17 02:59:36 EDT 2021
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.
--- a/tests/libc/execute/cc.sh
+++ b/tests/libc/execute/cc.sh
@@ -29,7 +29,7 @@
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