Platform: Darwin MacBook-Pro.lan 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64 i386 MacBookPro11,4 Darwin
Subsystem: build system/gyp
What steps will reproduce the bug?
I have a aarch64 openwrt toolchain (/Volumes/data/src/lienol-openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-8.4.0_musl), cross compiling node.js:
What steps will reproduce the bug?
I have a aarch64 openwrt toolchain (/Volumes/data/src/lienol-openwrt/staging_dir/toolchain-aarch64_cortex-a72_gcc-8.4.0_musl), cross compiling node.js:
How often does it reproduce? Is there a required condition?
Everytime
What is the expected behavior?
Build node.js successful.
What do you see instead?
Additional information
1.v8_libbase.host.mk link platform-linux.o, should be platform-macos.o 2.clang does not support '-Wl,--start-group'
I have a PR in https://github.com/openwrt/packages/pull/14829 , but it may not suitable for others.
Is
host
files necessary when cross compiling, is there a way to avoid compilehost
files? (only build target)