1: next.m68k cc wrapper that enables posix : 2000-12-15 :
2
3HOSTTYPE=next.m68k
4
5case " $* " in
6*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
7esac
8
9/bin/cc -posix -Xlinker -m "$@"
10