1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 05:09:56 +00:00

arm/gn: don't statically link libstdc++

As we're building whole systems and not binaries that are expected to
be copied around, we can dynamically link to libstdc++.

Change-Id: I1e54ca519b069388226f40c489c9194b870a6d3c
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-10-06 16:38:18 +01:00
committed by Jon Mason
parent 5f90cc4fb1
commit 19d4ec05af
+1
View File
@@ -31,6 +31,7 @@ do_configure() {
python3 ${S}/build/gen.py \
--platform=${@gn_platform("TARGET_OS", d)} \
--out-path=${B} \
--no-static-libstdc++ \
--no-strip
}