eabi fix for uclibc++
[openwrt/svn-archive/archive.git] / net / l7-protocols / patches / 102-testing-doallspeeds.patch
1 Index: l7-protocols-2007-10-10/testing/doallspeeds.sh
2 ===================================================================
3 --- l7-protocols-2007-10-10.orig/testing/doallspeeds.sh 2007-10-31 16:07:03.000000000 -0500
4 +++ l7-protocols-2007-10-10/testing/doallspeeds.sh 2007-10-31 16:07:20.000000000 -0500
5 @@ -25,11 +25,11 @@
6 printf `basename $f .pat`
7
8 if [ $userspace ]; then
9 - gtime=`./timeit.sh $f userspace real | grep Total | cut -d\ -f 2`
10 + gtime=`./timeit.sh $f userspace real | grep Total | cut -d\ -f 2 | awk '{print $1}'`
11 printf \\t$gtime
12 fi
13 if [ $kernel ]; then
14 - htime=`./timeit.sh $f kernel real | grep Total | cut -d\ -f 2`
15 + htime=`./timeit.sh $f kernel real | grep Total | cut -d\ -f 2 | awk '{print $1}'`
16 printf \\t$htime
17 fi
18 printf \\n