OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / nbench / sysinfo.c.template
1 sprintf(buffer,"**System used for compilation:\n");
2 output_string(buffer);
3 sprintf(buffer,"**%SYSTEM%\n");
4 output_string(buffer);
5 sprintf(buffer,"**C compiler: %CCVERSION%\n");
6 output_string(buffer);
7 sprintf(buffer,"**libc: %LIBCVERSION%\n");
8 output_string(buffer);
9 sprintf(buffer,"**Date of compilation: %DATE%\n");
10 output_string(buffer);