commit | d58f8bee79dddb9aa1b65a2ef1624ebf1b389a4e | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Nov 15 14:07:51 2019 +0100 |
committer | Maureen Helm <maureen.helm@nxp.com> | Mon Nov 18 09:38:29 2019 -0600 |
tree | 6e4fd73990d43655d3136f317d6c91259a45b41c | |
parent | e7fe10b1c7429828784d10814f343da8844a0539 [diff] |
cmake: copy globals from libc_nano.a to z_libc_partition When building with NEWLIB_LIBC_NANO we need to copy the globals from libc_nano.a into application memory partition z_libc_partition, exactly as we do for libc.a globals. This is required so that these globals are accessible by nPRIV code, when building with user mode support. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>