File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ def get_llvm_version(cc):
360
360
proc = subprocess .Popen (shlex .split (cc ) + ['-v' ], stdin = subprocess .PIPE ,
361
361
stderr = subprocess .PIPE , stdout = subprocess .PIPE )
362
362
except OSError :
363
- print '''Node .js configure error: No acceptable C compiler found!
363
+ print '''io .js configure error: No acceptable C compiler found!
364
364
365
365
Please make sure you have a C compiler installed on your system and/or
366
366
consider adjusting the CC environment variable if you installed
@@ -385,7 +385,7 @@ def get_gas_version(cc):
385
385
stdin = subprocess .PIPE , stderr = subprocess .PIPE ,
386
386
stdout = subprocess .PIPE )
387
387
except OSError :
388
- print '''Node .js configure error: No acceptable C compiler found!
388
+ print '''io .js configure error: No acceptable C compiler found!
389
389
390
390
Please make sure you have a C compiler installed on your system and/or
391
391
consider adjusting the CC environment variable if you installed
@@ -443,7 +443,7 @@ def cc_macros():
443
443
stdout = subprocess .PIPE ,
444
444
stderr = subprocess .PIPE )
445
445
except OSError :
446
- print '''Node .js configure error: No acceptable C compiler found!
446
+ print '''io .js configure error: No acceptable C compiler found!
447
447
448
448
Please make sure you have a C compiler installed on your system and/or
449
449
consider adjusting the CC environment variable if you installed
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ to 1.0.2a in io.js.
8
8
The openssl build system is based on the ` Configure ` perl script in
9
9
` deps/openssl/openssl ` . For example, running ` Configure linux_x86-64 `
10
10
in the openssl repository generates ` Makefile ` and ` opensslconf.h ` for
11
- the target architectures of linux_x86_64.
11
+ the linux_x86_64 target architecture.
12
+
12
13
The ` Makefile ` contains the list of asm files which are generated by
13
14
perl scripts during build so that we can get the most of use of the
14
15
hardware performance according to the type of cpus.
@@ -35,7 +36,7 @@ The tested platform in CI are also listed.
35
36
| linux | x64 | o | o | linux-x86_64 | o |
36
37
| linux | arm | o | o | linux-arm | o |
37
38
| linux | arm64 | o | o | linux-aarch64 | o |
38
- | mac | ia32 | o | o | darwin-i386-cc | o |
39
+ | mac | ia32 | o | o | darwin-i386-cc | - |
39
40
| mac | x64 | o | o | darwin64-x86_64-cc | o |
40
41
| win | ia32 | o | o(* 3)| VC-WIN32 | x |
41
42
| win | x64 | o | o | VC-WIN64A | o |
You can’t perform that action at this time.
0 commit comments