https://github.com/nodeos/nodeos-cross-toolchain
https://github.com/nodeos/nodeos-cross-toolchain
cross-compiler musl nodeos
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodeos/nodeos-cross-toolchain
- Owner: NodeOS
- Created: 2015-04-08T20:07:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T19:40:28.000Z (over 2 years ago)
- Last Synced: 2025-06-29T04:18:46.594Z (7 months ago)
- Topics: cross-compiler, musl, nodeos
- Language: JavaScript
- Size: 143 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://semaphoreci.com/nodeos/nodeos-cross-toolchain)
# NodeOS cross toolchain
[](https://greenkeeper.io/)
This package generate a cross-compiler based on [gcc](https://gcc.gnu.org/) and
[musl](musl-libc.org) ready to use on the NodeOS build system, but could be used
by other systems. You can be able to configure the target of the cross-compiler
by setting some optional build flags or environment variables:
- **-b**/**BITS**: select between 32 or 64 - only affects x86 builds
- **-c**/**CPU**: by default it will generate for the current CPU
- **-M**/**MACHINE**: target machine according QEmu definitions
This `bin` folder contain placeholders for `npm` during the install step. They
are being replaced later during the install process to their correct symlinks.