node-linux-arm64 16.13.0 → 16.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +674 -27
  2. package/LICENSE +15 -43
  3. package/README.md +271 -259
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +59 -4
  6. package/include/node/config.gypi +10 -2
  7. package/include/node/js_native_api.h +11 -0
  8. package/include/node/node.h +24 -3
  9. package/include/node/node_version.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/ec.h +10 -7
  79. package/include/node/openssl/opensslv.h +2 -2
  80. package/include/node/uv/unix.h +2 -4
  81. package/include/node/uv/version.h +1 -1
  82. package/include/node/uv/win.h +7 -0
  83. package/include/node/uv.h +3 -0
  84. package/include/node/v8-version.h +1 -1
  85. package/package.json +1 -1
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.13',
39
+ 'v8_embedder_string': '-node.20',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -108,11 +108,20 @@
108
108
  'obj_dir%': '<(PRODUCT_DIR)/obj.target',
109
109
  'v8_base': '<(PRODUCT_DIR)/libv8_snapshot.a',
110
110
  }],
111
+ # V8 pointer compression only supports 64bit architectures.
112
+ ['target_arch in "arm ia32 mips mipsel ppc x32"', {
113
+ 'v8_enable_pointer_compression': 0,
114
+ 'v8_enable_31bit_smis_on_64bit_arch': 0,
115
+ }],
111
116
  ['target_arch in "ppc64 s390x"', {
112
117
  'v8_enable_backtrace': 1,
113
118
  }],
114
119
  ['OS=="linux"', {
115
120
  'node_section_ordering_info%': ''
121
+ }],
122
+ ['OS == "zos"', {
123
+ # use ICU data file on z/OS
124
+ 'icu_use_data_file_flag%': 1
116
125
  }]
117
126
  ],
118
127
  },
@@ -204,7 +213,11 @@
204
213
  # pull in V8's postmortem metadata
205
214
  'ldflags': [ '-Wl,-z,allextract' ]
206
215
  }],
207
- ['OS!="mac" and OS!="win"', {
216
+ ['OS=="zos"', {
217
+ # increase performance, number from experimentation
218
+ 'cflags': [ '-qINLINE=::150:100000' ]
219
+ }],
220
+ ['OS!="mac" and OS!="win" and OS!="zos"', {
208
221
  'cflags': [ '-fno-omit-frame-pointer' ],
209
222
  }],
210
223
  ['OS=="linux"', {
@@ -328,7 +341,7 @@
328
341
  [ 'target_arch=="arm64"', {
329
342
  'msvs_configuration_platform': 'arm64',
330
343
  }],
331
- ['asan == 1 and OS != "mac"', {
344
+ ['asan == 1 and OS != "mac" and OS != "zos"', {
332
345
  'cflags+': [
333
346
  '-fno-omit-frame-pointer',
334
347
  '-fsanitize=address',
@@ -420,7 +433,7 @@
420
433
  'cflags': [ '-m64', '-mminimal-toc' ],
421
434
  'ldflags': [ '-m64' ],
422
435
  }],
423
- [ 'target_arch=="s390x"', {
436
+ [ 'target_arch=="s390x" and OS=="linux"', {
424
437
  'cflags': [ '-m64', '-march=z196' ],
425
438
  'ldflags': [ '-m64', '-march=z196' ],
426
439
  }],
@@ -567,6 +580,48 @@
567
580
  'OPENSSL_NO_ASM',
568
581
  ],
569
582
  }],
583
+ ['OS == "zos"', {
584
+ 'defines': [
585
+ '_XOPEN_SOURCE_EXTENDED',
586
+ '_XOPEN_SOURCE=600',
587
+ '_UNIX03_THREADS',
588
+ '_UNIX03_WITHDRAWN',
589
+ '_UNIX03_SOURCE',
590
+ '_OPEN_SYS_SOCK_IPV6',
591
+ '_OPEN_SYS_FILE_EXT=1',
592
+ '_POSIX_SOURCE',
593
+ '_OPEN_SYS',
594
+ '_OPEN_SYS_IF_EXT',
595
+ '_OPEN_SYS_SOCK_IPV6',
596
+ '_OPEN_MSGQ_EXT',
597
+ '_LARGE_TIME_API',
598
+ '_ALL_SOURCE',
599
+ '_AE_BIMODAL=1',
600
+ '__IBMCPP_TR1__',
601
+ 'NODE_PLATFORM="os390"',
602
+ 'PATH_MAX=1024',
603
+ '_ENHANCED_ASCII_EXT=0xFFFFFFFF',
604
+ '_Export=extern',
605
+ '__static_assert=static_assert',
606
+ ],
607
+ 'cflags': [
608
+ '-q64',
609
+ '-Wc,DLL',
610
+ '-Wa,GOFF',
611
+ '-qARCH=10',
612
+ '-qASCII',
613
+ '-qTUNE=12',
614
+ '-qENUM=INT',
615
+ '-qEXPORTALL',
616
+ '-qASM',
617
+ ],
618
+ 'cflags_cc': [
619
+ '-qxclang=-std=c++14',
620
+ ],
621
+ 'ldflags': [
622
+ '-q64',
623
+ ],
624
+ }],
570
625
  ],
571
626
  }
572
627
  }
@@ -16,18 +16,19 @@
16
16
  'force_dynamic_crt': 0,
17
17
  'gas_version': '2.30',
18
18
  'host_arch': 'arm64',
19
- 'icu_data_in': '../../deps/icu-tmp/icudt69l.dat',
19
+ 'icu_data_in': '../../deps/icu-tmp/icudt70l.dat',
20
20
  'icu_endianness': 'l',
21
21
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
22
22
  'icu_path': 'deps/icu-small',
23
23
  'icu_small': 'false',
24
- 'icu_ver_major': '69',
24
+ 'icu_ver_major': '70',
25
25
  'is_debug': 0,
26
26
  'llvm_version': '0.0',
27
27
  'napi_build_version': '8',
28
28
  'node_byteorder': 'little',
29
29
  'node_debug_lib': 'false',
30
30
  'node_enable_d8': 'false',
31
+ 'node_install_corepack': 'true',
31
32
  'node_install_npm': 'true',
32
33
  'node_library_files': [ 'lib/_http_client.js',
33
34
  'lib/diagnostics_channel.js',
@@ -111,6 +112,7 @@
111
112
  'lib/internal/fixed_queue.js',
112
113
  'lib/internal/validators.js',
113
114
  'lib/internal/socket_list.js',
115
+ 'lib/internal/promise_hooks.js',
114
116
  'lib/internal/encoding.js',
115
117
  'lib/internal/errors.js',
116
118
  'lib/internal/heap_utils.js',
@@ -130,6 +132,7 @@
130
132
  'lib/internal/v8_prof_processor.js',
131
133
  'lib/internal/console/global.js',
132
134
  'lib/internal/console/constructor.js',
135
+ 'lib/internal/readline/interface.js',
133
136
  'lib/internal/readline/callbacks.js',
134
137
  'lib/internal/readline/emitKeypressEvents.js',
135
138
  'lib/internal/readline/utils.js',
@@ -207,10 +210,13 @@
207
210
  'lib/internal/modules/esm/resolve.js',
208
211
  'lib/internal/modules/esm/create_dynamic_module.js',
209
212
  'lib/internal/modules/esm/load.js',
213
+ 'lib/internal/modules/esm/handle_process_exit.js',
214
+ 'lib/internal/modules/esm/initialize_import_meta.js',
210
215
  'lib/internal/modules/esm/translators.js',
211
216
  'lib/internal/modules/esm/get_format.js',
212
217
  'lib/internal/modules/esm/get_source.js',
213
218
  'lib/internal/modules/esm/module_job.js',
219
+ 'lib/internal/modules/esm/assert.js',
214
220
  'lib/internal/modules/esm/module_map.js',
215
221
  'lib/internal/modules/cjs/helpers.js',
216
222
  'lib/internal/modules/cjs/loader.js',
@@ -223,6 +229,7 @@
223
229
  'lib/internal/webstreams/queuingstrategies.js',
224
230
  'lib/internal/webstreams/readablestream.js',
225
231
  'lib/internal/webstreams/writablestream.js',
232
+ 'lib/internal/webstreams/adapters.js',
226
233
  'lib/internal/webstreams/encoding.js',
227
234
  'lib/internal/cluster/child.js',
228
235
  'lib/internal/cluster/round_robin_handle.js',
@@ -263,6 +270,7 @@
263
270
  'lib/internal/streams/duplexify.js',
264
271
  'lib/internal/streams/legacy.js',
265
272
  'lib/internal/streams/transform.js',
273
+ 'lib/internal/streams/operators.js',
266
274
  'lib/internal/streams/readable.js',
267
275
  'lib/internal/streams/writable.js',
268
276
  'lib/internal/streams/duplex.js',
@@ -111,6 +111,12 @@ NAPI_EXTERN napi_status napi_create_range_error(napi_env env,
111
111
  napi_value code,
112
112
  napi_value msg,
113
113
  napi_value* result);
114
+ #ifdef NAPI_EXPERIMENTAL
115
+ NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env,
116
+ napi_value code,
117
+ napi_value msg,
118
+ napi_value* result);
119
+ #endif // NAPI_EXPERIMENTAL
114
120
 
115
121
  // Methods to get the native napi_value from Primitive type
116
122
  NAPI_EXTERN napi_status napi_typeof(napi_env env,
@@ -370,6 +376,11 @@ NAPI_EXTERN napi_status napi_throw_type_error(napi_env env,
370
376
  NAPI_EXTERN napi_status napi_throw_range_error(napi_env env,
371
377
  const char* code,
372
378
  const char* msg);
379
+ #ifdef NAPI_EXPERIMENTAL
380
+ NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
381
+ const char* code,
382
+ const char* msg);
383
+ #endif // NAPI_EXPERIMENTAL
373
384
  NAPI_EXTERN napi_status napi_is_error(napi_env env,
374
385
  napi_value value,
375
386
  bool* result);
@@ -214,6 +214,20 @@ namespace node {
214
214
  class IsolateData;
215
215
  class Environment;
216
216
 
217
+ namespace ProcessFlags {
218
+ enum Flags : uint64_t {
219
+ kNoFlags = 0,
220
+ // Enable stdio inheritance, which is disabled by default.
221
+ kEnableStdioInheritance = 1 << 0,
222
+ // Disable reading the NODE_OPTIONS environment variable.
223
+ kDisableNodeOptionsEnv = 1 << 1,
224
+ // Do not parse CLI options.
225
+ kDisableCLIOptions = 1 << 2,
226
+ // Do not initialize ICU.
227
+ kNoICU = 1 << 3,
228
+ };
229
+ } // namespace ProcessFlags
230
+
217
231
  // TODO(addaleax): Officially deprecate this and replace it with something
218
232
  // better suited for a public embedder API.
219
233
  NODE_EXTERN int Start(int argc, char* argv[]);
@@ -226,9 +240,16 @@ NODE_EXTERN int Stop(Environment* env);
226
240
  // from argv, fill exec_argv, and possibly add errors resulting from parsing
227
241
  // the arguments to `errors`. The return value is a suggested exit code for the
228
242
  // program; If it is 0, then initializing Node.js succeeded.
229
- NODE_EXTERN int InitializeNodeWithArgs(std::vector<std::string>* argv,
230
- std::vector<std::string>* exec_argv,
231
- std::vector<std::string>* errors);
243
+ NODE_EXTERN int InitializeNodeWithArgs(
244
+ std::vector<std::string>* argv,
245
+ std::vector<std::string>* exec_argv,
246
+ std::vector<std::string>* errors);
247
+ // TODO(zcbenz): Turn above overloaded version into below's default argument.
248
+ NODE_EXTERN int InitializeNodeWithArgs(
249
+ std::vector<std::string>* argv,
250
+ std::vector<std::string>* exec_argv,
251
+ std::vector<std::string>* errors,
252
+ ProcessFlags::Flags flags);
232
253
 
233
254
  enum OptionEnvvarSettings {
234
255
  kAllowedInEnvironment,
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 13
26
+ #define NODE_MINOR_VERSION 14
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 15:07:53 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:47 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 15:07:57 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:52 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 15:08:02 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:56 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 15:08:04 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:59 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 15:08:15 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:10 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 15:08:26 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:21 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:40 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:33 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:44 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:37 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:48 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:41 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Aug 24 15:12:50 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:43 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:14 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:07 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:26 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:18 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 15:12:37 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:54:30 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:32 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:26 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:35 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:30 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:39 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:33 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:42 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:36 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:46 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:40 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Aug 24 15:07:50 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:49:44 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 15:08:53 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:48 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 15:08:58 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:52 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Aug 24 15:09:02 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:57 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 15:09:05 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:59 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 15:09:09 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:03 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Aug 24 15:09:13 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:07 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 15:08:29 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:23 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 15:08:40 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:34 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Aug 24 15:08:51 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:50:45 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 15:09:16 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:10 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 15:09:20 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:14 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Aug 24 15:09:24 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:18 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 15:09:27 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:21 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 15:09:31 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:25 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Aug 24 15:09:35 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:30 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Aug 24 15:09:38 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:32 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Aug 24 15:09:42 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:37 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Aug 24 15:09:47 2021 UTC"
14
+ #define DATE "built on: Tue Dec 14 20:51:41 2021 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a