view gcc/config/ia64/hpux-unix2003.h @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
line wrap: on
line source


/* For HP-UX 11.31 and greater, use unix2003.o instead of unix98.o to
   get correct C99 snprintf behavior with buffer overflow.  */

#undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!shared:%{static:crt0%O%s} \
			  %{mlp64:/usr/lib/hpux64/unix2003%O%s} \
			  %{!mlp64:/usr/lib/hpux32/unix2003%O%s}}"