1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /*
- * WARNING: do not edit!
- * Generated by util/mkbuildinf.pl
- *
- * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
- #define PLATFORM "platform: android-arm"
- #define DATE "built on: Wed Oct 20 11:16:57 2021 UTC"
- /*
- * Generate compiler_flags 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 compiler_flags[] = {
- 'c','o','m','p','i','l','e','r',':',' ','/','h','o','m','e','/',
- 'h','e','r','e','t','i','c','/','o','p','e','n','s','s','l','_',
- 'b','u','i','l','d','/','n','d','k','/','/','l','l','v','m','-',
- 't','o','o','l','c','h','a','i','n','/','b','i','n','/','c','l',
- 'a','n','g',' ','-','f','P','I','C',' ','-','p','t','h','r','e',
- 'a','d',' ',' ','-','t','a','r','g','e','t',' ','a','r','m','v',
- '7','a','-','l','i','n','u','x','-','a','n','d','r','o','i','d',
- 'e','a','b','i',' ','-','g','c','c','-','t','o','o','l','c','h',
- 'a','i','n',' ','/','t','o','o','l','c','h','a','i','n','s','/',
- 'a','r','m','-','l','i','n','u','x','-','a','n','d','r','o','i',
- 'd','e','a','b','i','-','4','.','9','/','p','r','e','b','u','i',
- 'l','t','/','l','i','n','u','x','-','x','8','6','_','6','4',' ',
- '-','-','s','y','s','r','o','o','t','=','/','p','l','a','t','f',
- 'o','r','m','s','/','a','n','d','r','o','i','d','-','2','9','/',
- 'a','r','c','h','-','a','r','m',' ','-','W','a',',','-','-','n',
- 'o','e','x','e','c','s','t','a','c','k',' ','-','Q','u','n','u',
- 's','e','d','-','a','r','g','u','m','e','n','t','s',' ','-','I',
- '/','h','o','m','e','/','h','e','r','e','t','i','c','/','o','p',
- 'e','n','s','s','l','_','b','u','i','l','d','/','n','d','k','/',
- '/','s','y','s','r','o','o','t','/','u','s','r','/','i','n','c',
- 'l','u','d','e',' ','-','I','/','h','o','m','e','/','h','e','r',
- 'e','t','i','c','/','o','p','e','n','s','s','l','_','b','u','i',
- 'l','d','/','n','d','k','/','/','t','o','o','l','c','h','a','i',
- 'n','s','/','l','l','v','m','/','p','r','e','b','u','i','l','t',
- '/','l','i','n','u','x','-','x','8','6','_','6','4','/','s','y',
- 's','r','o','o','t','/','u','s','r','/','i','n','c','l','u','d',
- 'e','/','i','6','8','6','-','l','i','n','u','x','-','a','n','d',
- 'r','o','i','d',' ','-','D','O','P','E','N','S','S','L','_','U',
- 'S','E','_','N','O','D','E','L','E','T','E',' ','-','D','O','P',
- 'E','N','S','S','L','_','P','I','C',' ','-','D','O','P','E','N',
- 'S','S','L','_','C','P','U','I','D','_','O','B','J',' ','-','D',
- 'O','P','E','N','S','S','L','_','B','N','_','A','S','M','_','M',
- 'O','N','T',' ','-','D','O','P','E','N','S','S','L','_','B','N',
- '_','A','S','M','_','G','F','2','m',' ','-','D','S','H','A','1',
- '_','A','S','M',' ','-','D','S','H','A','2','5','6','_','A','S',
- 'M',' ','-','D','S','H','A','5','1','2','_','A','S','M',' ','-',
- 'D','K','E','C','C','A','K','1','6','0','0','_','A','S','M',' ',
- '-','D','A','E','S','_','A','S','M',' ','-','D','B','S','A','E',
- 'S','_','A','S','M',' ','-','D','G','H','A','S','H','_','A','S',
- 'M',' ','-','D','E','C','P','_','N','I','S','T','Z','2','5','6',
- '_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
- 'A','S','M',' ','-','D','_','_','A','N','D','R','O','I','D','_',
- 'A','P','I','_','_','=','2','9',' ','-','i','s','y','s','t','e',
- 'm',' ','/','s','y','s','r','o','o','t','/','u','s','r','/','i',
- 'n','c','l','u','d','e','/','a','r','m','-','l','i','n','u','x',
- '-','a','n','d','r','o','i','d','e','a','b','i',' ','-','i','s',
- 'y','s','t','e','m',' ','/','s','y','s','r','o','o','t','/','u',
- 's','r','/','i','n','c','l','u','d','e',' ','-','D','Z','L','I',
- 'B',' ','-','D','N','D','E','B','U','G','\0'
- };
|