commit | e439f510f80569aa234e5b0048b12f048678ad5b | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon May 18 19:55:02 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:09 2016 -0500 |
tree | 353b0959fb56951527066afeca01f25c8600c88e | |
parent | b18ebe3bd645c47ecc12111756a5e17200fae7ea [diff] |
Kbuild: link against libc only for newlib Right now we are building minimal libc as an archive (lib.a) and do not need to link against -lc -lm in that case. Link against libc/libm only when using an external libc. Change-Id: I1af0eaf5c059bd5f0c8c16cda28114c6dc10b156 Signed-off-by: Anas Nashif <anas.nashif@intel.com>