Re: Performance issue of libtool-2.4.4

2015-02-04 Thread Robert Yang
Hello, I've found apart of the reason, for xz: libtool 2.4.2 2.4.5(before patched) (after patched) make -j19s 19s11s Remove the following lines from libtool, then the compile will be much faster, the problem is the variable like $host,

How to disable link_all_deplibs

2015-02-04 Thread Ying Liu
When I built program using libtool, I got many dependency libraries which were not necessary. I am trying to reduce the dependency libraries. I found a libtool variable link_all_deplibs. Its default value is unknow, which equals to yes here. I wonder if I disable this variable could help me reduce

Re: Performance issue of libtool-2.4.4

2015-02-04 Thread Robert Yang
On 02/04/2015 10:48 PM, Bob Friesenhahn wrote: On Wed, 4 Feb 2015, Robert Yang wrote: When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler

Re: Performance issue of libtool-2.4.4

2015-02-04 Thread Bob Friesenhahn
On Wed, 4 Feb 2015, Robert Yang wrote: When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu?