commit | 817a043fc83ff9d460ca2cf783752d74f65c9388 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Jun 08 11:30:04 2017 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 08 14:52:49 2017 -0400 |
tree | 248294896c449626d1d398061e1f65f6fa4046b8 | |
parent | e3550a29ff365d2f683437265d935c84cc6773b3 [diff] |
toolchain.gccarmemb: Fix support for where to find newlib When we build with newlib enabled and utilizing one of the other variants (like having floating point enabled) we need to have the proper library path setup to find the library. This is mimicked after what we do in Makefile.toolchain.zephyr for newlib. Issue: ZEP-2240 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>