Re: [PATCHv2] objtool: Support HOSTCFLAGS and HOSTLDFLAGS

2018-04-12 Thread Josh Poimboeuf
On Wed, Apr 11, 2018 at 01:04:32PM -0700, Laura Abbott wrote: > It may be useful to compile host programs with different flags (e.g. > hardening). Ensure that objtool picks up the appropriate flags. > > Signed-off-by: Laura Abbott > --- > v2: Drop several flags that are already defined in HOSTCFL

[PATCHv2] objtool: Support HOSTCFLAGS and HOSTLDFLAGS

2018-04-11 Thread Laura Abbott
It may be useful to compile host programs with different flags (e.g. hardening). Ensure that objtool picks up the appropriate flags. Signed-off-by: Laura Abbott --- v2: Drop several flags that are already defined in HOSTCFLAGS --- tools/objtool/Makefile | 4 ++-- 1 file changed, 2 insertions(+),