[AArch64] fix big.LITTLE spec rewriting
[official-gcc.git] / gcc / config / ia64 / hpux-unix2003.h
blob36418be000e916c1830318899ffc4731074829c4
2 /* For HP-UX 11.31 and greater, use unix2003.o instead of unix98.o to
3 get correct C99 snprintf behaviour with buffer overflow. */
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}}"