Re: [PATCH] Make x86 use $TARGET-readelf like all the other arches.

2017-05-20 Thread Kees Cook
On Sat, May 20, 2017 at 1:03 PM, Rob Landley wrote: > From: Rob Landley > > My cross-compile environment doesn't provide an unprefixed > readelf in the $PATH, which works fine on every target but x86, > where you get a bunch of "/bin/sh: 1: readelf: not found" > messages (but the result still wor

[PATCH] Make x86 use $TARGET-readelf like all the other arches.

2017-05-20 Thread Rob Landley
From: Rob Landley My cross-compile environment doesn't provide an unprefixed readelf in the $PATH, which works fine on every target but x86, where you get a bunch of "/bin/sh: 1: readelf: not found" messages (but the result still works anyway). Signed-off-by: Rob Landley --- arch/x86/boot/com