mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
This commit fixes various minor typos, punctuation errors and corrects the capitalization of many names.
9 lines
175 B
Text
Executable file
9 lines
175 B
Text
Executable file
: 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 "$@"
|