mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-24 15:04:13 +00:00
12 lines
270 B
Text
12 lines
270 B
Text
: hp.pa64 cc wrapper for reasonable ansi C defaults : 2001-02-11 :
|
|||
|
|||
HOSTTYPE=hp.pa64
|
|||
|
|||
case " $* " in
|
|||
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|||
esac
|
|||
|
|||
/opt/ansic/bin/cc +D2.0W -Ae +e -Wl,+s \
|
|||
${INSTALLROOT:+-Wl,+cdp,${INSTALLROOT}/lib/:} \
|
|||
-Wl,+vnocompatwarnings "$@"
|