mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-25 07:44:12 +00:00
10 lines
207 B
Text
10 lines
207 B
Text
|
: solaris.i386 cc wrapper for reasonable ansi C defaults and 32 bit : 2012-05-18 :
|
||
|
|
||
|
HOSTTYPE=sol11.i386
|
||
|
|
||
|
case " $* " in
|
||
|
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
||
|
esac
|
||
|
|
||
|
$CC_EXPLICIT -m32 -xc99 -D_XPG6 "$@"
|