buildinf.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * WARNING: do not edit!
  3. * Generated by util/mkbuildinf.pl
  4. *
  5. * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
  6. *
  7. * Licensed under the OpenSSL license (the "License"). You may not use
  8. * this file except in compliance with the License. You can obtain a copy
  9. * in the file LICENSE in the source distribution or at
  10. * https://www.openssl.org/source/license.html
  11. */
  12. #define PLATFORM "platform: linux-armv4"
  13. #define DATE "built on: Wed Jun 1 06:08:56 2022 UTC"
  14. /*
  15. * Generate compiler_flags as an array of individual characters. This is a
  16. * workaround for the situation where CFLAGS gets too long for a C90 string
  17. * literal
  18. */
  19. static const char compiler_flags[] = {
  20. 'c','o','m','p','i','l','e','r',':',' ','/','o','p','t','/','t',
  21. 'i','-','p','r','o','c','e','s','s','o','r','-','s','d','k','-',
  22. 'l','i','n','u','x','-','a','m','3','3','5','x','-','e','v','m',
  23. '-','0','4','.','0','2','.','0','0','.','0','9','/','l','i','n',
  24. 'u','x','-','d','e','v','k','i','t','/','s','y','s','r','o','o',
  25. 't','s','/','x','8','6','_','6','4','-','a','r','a','g','o','-',
  26. 'l','i','n','u','x','/','u','s','r','/','b','i','n','/','a','r',
  27. 'm','-','l','i','n','u','x','-','g','n','u','e','a','b','i','h',
  28. 'f','-','g','c','c',' ','-','f','P','I','C',' ','-','p','t','h',
  29. 'r','e','a','d',' ','-','W','a','l','l',' ','-','O','3',' ','-',
  30. 'f','P','I','C',' ','-','D','O','P','E','N','S','S','L','_','U',
  31. 'S','E','_','N','O','D','E','L','E','T','E',' ','-','D','O','P',
  32. 'E','N','S','S','L','_','P','I','C',' ','-','D','N','D','E','B',
  33. 'U','G','\0'
  34. };