commit | 72c69ea8d603fd2448dd1d7c399c4f77b77773b7 | [log] [tgz] |
---|---|---|
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | Wed May 01 15:08:25 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 03 07:30:31 2019 -0400 |
tree | 5463693ab526f81d0cce779c136704da9ac9d8ef | |
parent | d66f4fe982719c883e65035a3beb8dc89ea045c8 [diff] |
tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS When CROSS_BUILD_TOOLS is set, set HOSTCFLAGS to CFLAGS otherwise CC will be used with HOSTCFLAGS which seems wrong Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>