[PATCH] Move bench target into benchtests

Carlos O'Donell carlos@redhat.com
Wed Apr 10 02:58:00 GMT 2013


On 04/09/2013 09:44 AM, Siddhesh Poyarekar wrote:
> On Tue, Apr 09, 2013 at 09:38:27AM -0400, Carlos O'Donell wrote:
>>> +bench: $(binaries-bench)
>>> +	for run in $^; do \
>>> +	  echo "Running $${run}"; \
>>> +	  eval $(run-bench) >>  $(objpfx)bench.out-tmp; \
>>
>> Do you need `eval' here? Schwab caught this in my implementation also,
>> and I didn't need it because all the variables were resolved by the time
>> the command is evaluated.
>>
> 
> Tulio had added it IIRC to get it to work on powerpc.  I'll check if
> it is in fact needed and if not, I'll just remove it.

Did he use a cross-test wrapper?

Cheers,
Carlos.



More information about the Libc-alpha mailing list