mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
10 lines
188 B
Text
10 lines
188 B
Text
: sco.i386 cc wrapper with reasonable binary and namespace : 1998-02-04 :
|
|||
|
|||
HOSTTYPE=sco.i386
|
|||
|
|||
case " $* " in
|
|||
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|||
esac
|
|||
|
|||
/bin/cc -b elf -D_SVID3 "$@"
|