commit | 28b79191d46f2b83b1806fdf8697f0a5370b289d | [log] [tgz] |
---|---|---|
author | Vinicius Costa Gomes <vinicius.gomes@intel.com> | Fri Dec 18 18:40:30 2015 -0200 |
committer | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Wed Jun 29 05:37:58 2016 +0000 |
tree | 1c7f757839b6ca32cfa68daf62a2364a2d60a17e | |
parent | 2e8e3088e805f0974c5f5ae853e4f6824dcfb7aa [diff] |
build: Fix not allowing the host tools to be crosscompiled There are situations that the host gcc is not able to generate x86 binaries, in those cases, the user should point HOSTCC to a binary able to generate the correct type of binaries. This also allows './scripts/sanitycheck' to be run in systems where the build tools are prefixed by default. Change-Id: Id1fc247f8a820e19bb3d4e8119634f8300e7ebac Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>