apenwarr-redo/t/110-compile/LD.do
Avery Pennarun 6c81b110be Tests: use cc instead of gcc.
This fixes problems where llvm is installed without a 'gcc' alias.
2018-10-29 07:20:33 +00:00

7 lines
82 B
Text

exec >$3
cat <<-EOF
OUT="\$1"
shift
cc -Wall -o "\$OUT" "\$@"
EOF
chmod a+x $3