Bob Friesenhahn wrote:
> On Wed, 9 Apr 2008, Peter O'Gorman wrote:
>>
>> (using bash)
>> $ for y in {1..100}; do echo "func_notused${y} () {" >> parse.sh; for x
>> in {1..10000}; do echo foo >> parse.sh; done; echo '}' >> parse.sh;
>> done; echo 'echo Done' >> parse.sh
>>
> 
> It seems that the slowest possible shell is selected by default. Maybe
> that is bad?

Only if this test is actually a good benchmark (which is doubtful) :-)

Peter
-- 
Peter O'Gorman
http://pogma.com


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to