qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when


From: Sergey Fedorov
Subject: Re: [Qemu-devel] [PATCH 02/11] pc-bios/s390-ccw: Use correct strip when cross-compiling
Date: Thu, 7 Apr 2016 19:22:30 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

On 07/04/16 19:18, Cornelia Huck wrote:
> On Thu,  7 Apr 2016 18:53:44 +0300
> Sergey Fedorov <address@hidden> wrote:
>
>> From: Sergey Fedorov <address@hidden>
>>
>> Signed-off-by: Sergey Fedorov <address@hidden>
>> Signed-off-by: Sergey Fedorov <address@hidden>
> Any reason you use two different email addresses here? :)

I'd like people could reach me after my @linaro.org account get
disabled. That's why I put my private address. On the other hand, I'd
like to signify I did this work under Linaro. That's why I put another
s-o-b tag.

Thanks,
Sergey

>
>> ---
>>  pc-bios/s390-ccw/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile
>> index 4208cb429593..5ce6d4ccbaf5 100644
>> --- a/pc-bios/s390-ccw/Makefile
>> +++ b/pc-bios/s390-ccw/Makefile
>> @@ -20,7 +20,7 @@ s390-ccw.elf: $(OBJECTS)
>>      $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $(OBJECTS),"  Building 
>> $(TARGET_DIR)$@")
>>
>>  s390-ccw.img: s390-ccw.elf
>> -    $(call quiet-command,strip --strip-unneeded $< -o $@,"  Stripping 
>> $(TARGET_DIR)$@")
>> +    $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@,"  Stripping 
>> $(TARGET_DIR)$@")
>>
>>  $(OBJECTS): Makefile
>>
> Acked-by: Cornelia Huck <address@hidden>
>
> I can take this through my queue for 2.7, if nothing else depends on it.
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]