summaryrefslogtreecommitdiff
path: root/src/cmd/INIT/cc.sco.i386
blob: d0cba572dbd7f3052427d8cc2a96ef7ef9cbbb68 (plain)
1
2
3
4
5
6
7
8
9
: sco.i386 cc wrapper with reasonable binary and namespace : 1998-02-04 :

HOSTTYPE=sco.i386

case " $* " in
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
esac

/bin/cc -b elf -D_SVID3 "$@"