On 8 April 2015 at 19:03, Kay Sievers <k...@vrfy.org> wrote:
> On Tue, Apr 7, 2015 at 8:54 PM, Marc-Antoine Perennou
> <marc-anto...@perennou.com> wrote:
>> ---
>>  Makefile.am | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index 9b769ee..397a71c 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -2596,7 +2596,7 @@ $(systemd_boot_solib): $(systemd_boot_objects)
>>         nm -D -u $@ | grep ' U ' && exit 1 || :
>>
>>  $(systemd_boot): $(systemd_boot_solib)
>> -       $(AM_V_GEN) objcopy -j .text -j .sdata -j .data -j .dynamic \
>> +       $(AM_V_GEN)$(OBJCOPY) -j .text -j .sdata -j .data -j .dynamic \
>
> This does not build here. I don't see who would define OBJCOPY.
>
> Kay

Someone with a full CHOST-prefixed compilation toolchain would.
I agree there should be a default value here, though, will send another
fixed patch for this.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to