Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8

/* 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}}"