1: hp.ia64 cc wrapper for reasonable ansi C defaults : 2011-01-25 :
2
3[ /usr/bin/cc -ef /usr/ccs/bin/cc ] || exit 1
4
5: bundled cc -- really, in the face of gcc you ship a sub-par /usr/bin/cc? :
6
7HOSTTYPE=hp.ia64
8
9case " $* " in
10*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
11esac
12
13/usr/bin/cc -D_HPUX_SOURCE -D_INCLUDE__STDC_A1_SOURCE -D_INCLUDE_XOPEN_SOURCE_500 "$@"
14