cc.hp.ia64 362 B

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