summary refs log tree commit diff
path: root/src/print-ld.sh
blob: 59489a83ff4a6239e61ffacb80e390d15b838fec (plain) (blame)
1
2
3
4
5
6
ld="`head -n1 conf-ld`"
systype="`cat systype`"

cat warn-auto.sh
echo 'main="$1"; shift'
echo exec "$ld" '-o "$main" "$main".o ${1+"$@"}'