summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/buildinf-body.h.in
blob: b6c8e96e2d2014a1a8d81dfd4bd3ac9e12607213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* file      : libcrypto/buildinf-body.h.in -*- C -*-
 * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
 * license   : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
 */

#ifndef LIBCRYPTO_BUILDINF_BODY_H
#define LIBCRYPTO_BUILDINF_BODY_H

#define PLATFORM "platform: $c.target.class$-$c.target.cpu$"

/*
 * Note that the __TIMESTAMP__ macro expands into the local time, but we will
 * pretend it to be UTC to exactly reproduce the upstream's DATE macro. We
 * don't think the exact build time really matters.
 */
#define DATE "built on: " __TIMESTAMP__ " UTC"

/*
 * Compiler class and flags.
 */
static const char compiler_flags[] =
{
  "compiler: $c.class$"$cflags$
};

#endif /* LIBCRYPTO_BUILDINF_BODY_H */