xref: /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/hpux-unix2003.h (revision f9a78e0e885f664fa1b5fd1637673b39c1aa53b3)
1 
2 /* For HP-UX 11.31 and greater, use unix2003.o instead of unix98.o to
3    get correct C99 snprintf behavior with buffer overflow.  */
4 
5 #undef STARTFILE_SPEC
6 #define STARTFILE_SPEC "%{!shared:%{static:crt0%O%s} \
7 			  %{mlp64:/usr/lib/hpux64/unix2003%O%s} \
8 			  %{!mlp64:/usr/lib/hpux32/unix2003%O%s}}"
9