Skip to content

Commit 2f28e58

Browse files
committed
Updated documentation
1 parent 0861dfc commit 2f28e58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
This 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
77
by 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

1314
This `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.

0 commit comments

Comments
 (0)