File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55This package generate a cross-compiler based on [ gcc] ( https://gcc.gnu.org/ ) and
66[ musl] ( musl-libc.org ) ready to use on the NodeOS build system, but could be used
77by other systems. You can be able to configure the target of the cross-compiler
8- by setting some optional environment variables:
8+ by setting some optional build flags or environment variables:
99
10- - ** PLATFORM** : by default it will generate for the current system
11- - ** CPU** : by default it will generate for the current CPU
10+ - ** -b** /** BITS** : select between x86 or x86_64
11+ - ** -c** /** CPU** : by default it will generate for the current CPU
12+ - ** -M** /** MACHINE** : target machine according QEmu definitions
1213
1314This ` bin ` folder contain placeholders for ` npm ` during the install step. They
14- will be replaced later during the install process to their correct symlinks.
15+ are being replaced later during the install process to their correct symlinks.
You can’t perform that action at this time.
0 commit comments