commit | 8d25537e776fe014f4071ec47911c4c3e2ab07c2 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Feb 16 16:52:35 2008 -0500 |
committer | Jorge Lucangeli Obes <jorgelo@google.com> | Thu Sep 03 14:13:03 2015 -0700 |
tree | a9bfef86986d821423511ffd0e26687eb14801cf | |
parent | b333cefe81cf665938bdbf70a0da4127f83e2527 [diff] |
Do not hard code toolchain binaries If you are cross-compiling, you cannot execute `ar` and `ranlib` on the target library, otherwise things may break. Here we create standard AR and RANLIB variables which can easily be overridden by the environment. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>