<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts/trylink, branch 1_31_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_31_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_31_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2018-11-19T19:36:16+00:00</updated>
<entry>
<title>scripts/trylink: be more clever when deciding that "lib elimination" has finished:</title>
<updated>2018-11-19T19:36:16+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2018-11-19T19:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=32511da87ddaea0824801eafebd27e11409bf444'/>
<id>urn:sha1:32511da87ddaea0824801eafebd27e11409bf444</id>
<content type='text'>
Before:
Trying libraries: crypt m resolv
 Library crypt is not needed, excluding it
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
Final link with: m resolv

After:
Trying libraries: crypt m resolv
 Library crypt is not needed, excluding it
 Library m is needed, can't exclude it (yet)
 Library resolv is needed, can't exclude it (yet)
Final link with: m resolv

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox</title>
<updated>2017-07-15T12:52:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-07-15T12:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=367a55c7d7e31a8162e795edc343277f8eb35f38'/>
<id>urn:sha1:367a55c7d7e31a8162e795edc343277f8eb35f38</id>
<content type='text'>
It variously fails with different toolchains I tried...

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove "local" bashism from a few scripts</title>
<updated>2017-01-24T19:52:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2017-01-24T19:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bca4ea8b68403e6f751341b82c65937f14590679'/>
<id>urn:sha1:bca4ea8b68403e6f751341b82c65937f14590679</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X</title>
<updated>2016-07-12T11:54:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-07-12T11:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2ae86ad1c64b4de9bb63464d9a783229ed8e5dd0'/>
<id>urn:sha1:2ae86ad1c64b4de9bb63464d9a783229ed8e5dd0</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/trylink: libbusybox fix</title>
<updated>2016-06-20T10:23:35+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-06-20T10:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ea9ebc011b3ee9b86b00646b91e73bb860d340b4'/>
<id>urn:sha1:ea9ebc011b3ee9b86b00646b91e73bb860d340b4</id>
<content type='text'>
gcc 6.1.1 can emit empty line with spaces

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/trylink: document DATA_SEGMENT_ALIGN() hack</title>
<updated>2016-04-22T00:00:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-22T00:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=663d1da1e68b15397c00d6a094f78c2cf08358ea'/>
<id>urn:sha1:663d1da1e68b15397c00d6a094f78c2cf08358ea</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS</title>
<updated>2016-04-03T13:38:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-04-03T13:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=056e1f558cc8bc22f221b49bf4571aed59cdae09'/>
<id>urn:sha1:056e1f558cc8bc22f221b49bf4571aed59cdae09</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>trylink: include LDFLAGS when checking linkage</title>
<updated>2015-12-01T16:25:10+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2015-12-01T16:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=77e2bde6a50f0f6b9b3c9983c86e661a9872b5f6'/>
<id>urn:sha1:77e2bde6a50f0f6b9b3c9983c86e661a9872b5f6</id>
<content type='text'>
The user might be including options in their LDFLAGS (like -fuse-ld=gold)
that change the behavior of the linker and thus change the results of the
flag tests.  Make sure we include the user's LDFLAGS when running these
tests so we filter out flags that will fail when used later on.

URL: https://bugs.gentoo.org/499712
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>typo fix</title>
<updated>2015-10-20T16:15:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-20T16:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=edcd5dcc9b075af9965c66b54e14f1cb87940c9b'/>
<id>urn:sha1:edcd5dcc9b075af9965c66b54e14f1cb87940c9b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/trylink: remove $CPPFLAGS</title>
<updated>2015-10-20T14:40:43+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-20T14:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=58d0e20ad00cc8a24f3485a363a5a51ab2387bdc'/>
<id>urn:sha1:58d0e20ad00cc8a24f3485a363a5a51ab2387bdc</id>
<content type='text'>
We don't use it in final link, should not use it in check_FOO then.
This uncovered a logic bug in glibc check...

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
