summaryrefslogtreecommitdiff
path: root/src/cmd/INIT/cc.next.m68k
blob: 1c2f8b5ca7eb06dce64db5f982bfcb89c3102b7a (plain)
1
2
3
4
5
6
7
8
9
: next.m68k cc wrapper that enables posix : 2000-12-15 :

HOSTTYPE=next.m68k

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

/bin/cc -posix -Xlinker -m "$@"