URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [ia64/] [hpux-unix2003.h] - Rev 729
Go to most recent revision | Compare with Previous | Blame | View Log
/* For HP-UX 11.31 and greater, use unix2003.o instead of unix98.o to get correct C99 snprintf behaviour 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}}"
Go to most recent revision | Compare with Previous | Blame | View Log