mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
nodejs: remove LD assignment
The purpose of this appears to have been lost, and the build succeeds without it. If it is needed, then it should be added to EXTRA_OEMAKE alongside the CC and CXX assignments. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -140,9 +140,10 @@ LDFLAGS:append:x86 = " -latomic"
|
|||||||
CROSS_FLAGS = "--cross-compiling"
|
CROSS_FLAGS = "--cross-compiling"
|
||||||
CROSS_FLAGS:class-native = "--no-cross-compiling"
|
CROSS_FLAGS:class-native = "--no-cross-compiling"
|
||||||
|
|
||||||
|
#export LD="${CXX}"
|
||||||
|
|
||||||
# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi
|
# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi
|
||||||
do_configure () {
|
do_configure () {
|
||||||
export LD="${CXX}"
|
|
||||||
GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
|
GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES
|
||||||
# $TARGET_ARCH settings don't match --dest-cpu settings
|
# $TARGET_ARCH settings don't match --dest-cpu settings
|
||||||
python3 configure.py --verbose --prefix=${prefix} \
|
python3 configure.py --verbose --prefix=${prefix} \
|
||||||
@@ -158,7 +159,6 @@ do_configure () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
export LD="${CXX}"
|
|
||||||
install -D ${RECIPE_SYSROOT_NATIVE}/etc/ssl/openssl.cnf ${B}/deps/openssl/nodejs-openssl.cnf
|
install -D ${RECIPE_SYSROOT_NATIVE}/etc/ssl/openssl.cnf ${B}/deps/openssl/nodejs-openssl.cnf
|
||||||
install -D ${B}/v8-qemu-wrapper.sh ${B}/out/Release/v8-qemu-wrapper.sh
|
install -D ${B}/v8-qemu-wrapper.sh ${B}/out/Release/v8-qemu-wrapper.sh
|
||||||
oe_runmake BUILDTYPE=Release
|
oe_runmake BUILDTYPE=Release
|
||||||
|
|||||||
Reference in New Issue
Block a user