mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-24 06:54:13 +00:00
14 lines
363 B
Text
14 lines
363 B
Text
: hp.ia64 cc wrapper for reasonable ansi C defaults : 2011-01-25 :
|
|||
|
|||
[ /usr/bin/cc -ef /usr/ccs/bin/cc ] || exit 1
|
|||
|
|||
: bundled cc -- really, in the face of gcc you ship a sub-par /usr/bin/cc? :
|
|||
|
|||
HOSTTYPE=hp.ia64
|
|||
|
|||
case " $* " in
|
|||
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|||
esac
|
|||
|
|||
/usr/bin/cc -D_HPUX_SOURCE -D_INCLUDE__STDC_A1_SOURCE -D_INCLUDE_XOPEN_SOURCE_500 "$@"
|