cc.next.m68k 175 B

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