source: EcnlProtoTool/trunk/openssl-1.1.0e/crypto/buildinf.h@ 331

Last change on this file since 331 was 331, checked in by coas-nagasima, 6 years ago

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr
File size: 2.0 KB
Line 
1/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
2#define CFLAGS cflags
3/*
4 * Generate CFLAGS as an array of individual characters. This is a
5 * workaround for the situation where CFLAGS gets too long for a C90 string
6 * literal
7 */
8static const char cflags[] = {
9 'c','o','m','p','i','l','e','r',':',' ','a','r','m','-','n','o',
10 'n','e','-','e','a','b','i','-','g','c','c',' ','-','D','Z','L',
11 'I','B',' ','-','D','N','D','E','B','U','G',' ','-','D','O','P',
12 'E','N','S','S','L','_','N','O','_','D','Y','N','A','M','I','C',
13 '_','E','N','G','I','N','E',' ','-','D','S','S','I','Z','E','_',
14 'M','A','X','=','L','O','N','G','_','M','A','X',' ','-','D','_',
15 '_','u','n','i','x',' ','-','D','O','P','E','N','S','S','L','D',
16 'I','R','=','"','\\','"','/','u','s','r','/','l','o','c','a','l',
17 '/','s','s','l','\\','"','"',' ','-','D','E','N','G','I','N','E',
18 'S','D','I','R','=','"','\\','"','/','u','s','r','/','l','o','c',
19 'a','l','/','l','i','b','/','e','n','g','i','n','e','s','-','1',
20 '.','1','\\','"','"',' ',' ','-','n','o','s','t','d','i','n','c',
21 ' ','-','I','.','.','/','m','u','s','l','-','1','.','1','.','1',
22 '8','/','i','n','c','l','u','d','e',' ','-','I','.','.','/','z',
23 'l','i','b','-','1','.','2','.','1','1',' ','-','m','l','i','t',
24 't','l','e','-','e','n','d','i','a','n',' ','-','m','c','p','u',
25 '=','c','o','r','t','e','x','-','a','9',' ','-','m','t','h','u',
26 'm','b',' ','-','m','t','h','u','m','b','-','i','n','t','e','r',
27 'w','o','r','k',' ','-','m','a','r','m',' ','-','m','a','r','c',
28 'h','=','a','r','m','v','7','-','a',' ','-','m','f','p','u','=',
29 'v','f','p','v','3',' ','-','m','f','l','o','a','t','-','a','b',
30 'i','=','h','a','r','d',' ','-','m','n','o','-','u','n','a','l',
31 'i','g','n','e','d','-','a','c','c','e','s','s',' ','-','f','n',
32 'o','-','s','t','r','i','c','t','-','a','l','i','a','s','i','n',
33 'g','\0'
34};
35#define PLATFORM "platform: linux-armv4"
36#define DATE "built on: Sat Dec 30 22:26:17 2017"
Note: See TracBrowser for help on using the repository browser.