1234567891011121314151617181920212223 |
- #ifndef MK1MF_BUILD
- /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
- #define CFLAGS cflags
- /*
- * Generate CFLAGS as an array of individual characters. This is a
- * workaround for the situation where CFLAGS gets too long for a C90 string
- * literal
- */
- static const char cflags[] = {
- 'c','o','m','p','i','l','e','r',':',' ','/','o','p','t','/','t','i','-',
- 'p','r','o','c','e','s','s','o','r','-','s','d','k','-','l','i','n','u',
- 'x','-','a','m','3','3','5','x','-','e','v','m','-','0','4','.','0','2',
- '.','0','0','.','0','9','/','l','i','n','u','x','-','d','e','v','k','i',
- 't','/','s','y','s','r','o','o','t','s','/','x','8','6','_','6','4','-',
- 'a','r','a','g','o','-','l','i','n','u','x','/','u','s','r','/','b','i',
- 'n','/','a','r','m','-','l','i','n','u','x','-','g','n','u','e','a','b',
- 'i','h','f','-','g','c','c',' ','-','I','.',' ','-','I','.','.',' ','-',
- 'I','.','.','/','i','n','c','l','u','d','e',' ',' ','-','D','O','P','E',
- 'N','S','S','L','_','T','H','R','E','A','D','S',' ',' ','\0'
- };
- #define PLATFORM "platform: os/compiler"
- #define DATE "built on: Fri Apr 24 03:20:12 2020"
- #endif
|