summaryrefslogtreecommitdiff
path: root/src/cmd/INIT/cc.osf.alpha
blob: fe19bb4fc2c333e01b74f249621e4ccc69276e0b (plain)
1
2
3
4
5
6
7
8
9
: osf.alpha cc wrapper with reasonable namespace defaults : 1998-02-04 :

HOSTTYPE=osf.alpha

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

/usr/bin/cc -std -Dnoshare=_noshare_ -Dreadonly=_readonly_ "$@"