1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-25 07:26:27 +00:00
cde/src/cmd/INIT/cc.sol11.i386-64

10 lines
213 B
Text
Raw Normal View History

: solaris.i386-64 cc wrapper for reasonable ansi C defaults and 64 bit : 2012-05-18 :
HOSTTYPE=sol11.i386-64
case " $* " in
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
esac
$CC_EXPLICIT -m64 -xc99 -D_XPG6 "$@"