mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
13 lines
344 B
Text
Executable file
13 lines
344 B
Text
Executable file
: hp.pa cc wrapper for reasonable ansi C defaults : 2004-02-29 :
|
|
|
|
HOSTTYPE=hp.pa
|
|
|
|
case " $* " in
|
|
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|
esac
|
|
|
|
_AST_CC_hp_pa_DEFAULT=${_AST_CC_hp_pa_DEFAULT-"+DAportable"}
|
|
|
|
/opt/ansic/bin/cc -Ae +e -Wl,+s $_AST_CC_hp_pa_DEFAULT \
|
|
${INSTALLROOT:+-Wl,+cdp,${INSTALLROOT}/lib/:} \
|
|
-Wl,+vnocompatwarnings "$@"
|