1: hp.pa64 cc wrapper for reasonable ansi C defaults : 2001-02-11 :
2
3HOSTTYPE=hp.pa64
4
5case " $* " in
6*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
7esac
8
9/opt/ansic/bin/cc +D2.0W -Ae +e -Wl,+s \
10	${INSTALLROOT:+-Wl,+cdp,${INSTALLROOT}/lib/:} \
11	-Wl,+vnocompatwarnings "$@"
12