123456789101112131415161718192021222324252627282930313233343536 |
- /*
- * 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: linux-armv4"
- #define DATE "built on: Wed Jun 1 06:08:56 2022 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',':',' ','/','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',' ','-','f','P','I','C',' ','-','p','t','h',
- 'r','e','a','d',' ','-','W','a','l','l',' ','-','O','3',' ','-',
- 'f','P','I','C',' ','-','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','N','D','E','B',
- 'U','G','\0'
- };
|