<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uClibc-alpine/libpthread/linuxthreads_db, branch 0_9_30_rc3</title>
<subtitle>Where we track our uclibc patches
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/'/>
<entry>
<title>- do not list non-existing files in the threads prerequisites</title>
<updated>2008-10-18T12:52:17+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-10-18T12:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f6666438e8783c36e515f03904533d4ff2ea387e'/>
<id>f6666438e8783c36e515f03904533d4ff2ea387e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix toggling thread implementation.</title>
<updated>2008-10-17T14:05:53+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-10-17T14:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=dce2384770a6e791312cb3330233d733ed1b0949'/>
<id>dce2384770a6e791312cb3330233d733ed1b0949</id>
<content type='text'>
  Previously the old headers were left in include/ leading to spurious compile failures.
  This is ugly as it can get (we resort to sneaking -L in for the moment) but
  good enough for now. The worst thing which can happen is that we ln these
  headers once per invocation of make, nothing more.
  If some installation of make(1) complains about the "-L" then wrap it in
  ifneq ($(findstring check-symlink,$(.FEATURES)),)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Previously the old headers were left in include/ leading to spurious compile failures.
  This is ugly as it can get (we resort to sneaking -L in for the moment) but
  good enough for now. The worst thing which can happen is that we ln these
  headers once per invocation of make, nothing more.
  If some installation of make(1) complains about the "-L" then wrap it in
  ifneq ($(findstring check-symlink,$(.FEATURES)),)
</pre>
</div>
</content>
</entry>
<entry>
<title>- fix inline keyword</title>
<updated>2008-07-23T11:19:00+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-07-23T11:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=f1775381f91f1250b20f1949dfd0364ddb0ee9fc'/>
<id>f1775381f91f1250b20f1949dfd0364ddb0ee9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- move stripping into do_ar resp compile-m for the sake of simplicity</title>
<updated>2008-06-17T14:20:36+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-06-17T14:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=63abaebc01df9185aa1a044611296d626a9eca1a'/>
<id>63abaebc01df9185aa1a044611296d626a9eca1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- strip the targets and not prerequisites</title>
<updated>2008-06-04T14:57:16+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-06-04T14:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=bf765e60dd2786516485c48ed81b120ef4de680f'/>
<id>bf765e60dd2786516485c48ed81b120ef4de680f</id>
<content type='text'>
- tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few

  This fixes the spurious rebuilds bernd and vda were seeing with libpthreads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few

  This fixes the spurious rebuilds bernd and vda were seeing with libpthreads.
</pre>
</div>
</content>
</entry>
<entry>
<title>A slight improvement over my previous commit which ensured we always rebuild</title>
<updated>2008-06-01T16:49:23+00:00</updated>
<author>
<name>Bernd Schmidt</name>
<email>bernds_cb1@t-online.de</email>
</author>
<published>2008-06-01T16:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=68d02d6473eeaa349e4ee5dceef0fcd1ac32aae2'/>
<id>68d02d6473eeaa349e4ee5dceef0fcd1ac32aae2</id>
<content type='text'>
libc when one of the source files changes.

Since there are more places which want to depend on $(libc), fix them all to
use a new variable $(libc.depend), which contains the filename for which we
have a rule.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libc when one of the source files changes.

Since there are more places which want to depend on $(libc), fix them all to
use a new variable $(libc.depend), which contains the filename for which we
have a rule.

</pre>
</div>
</content>
</entry>
<entry>
<title>- use the compiler-driver instead of the linker</title>
<updated>2007-10-13T14:50:43+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2007-10-13T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=51ce75b5b02a7617bfee5272d9236835be48d02d'/>
<id>51ce75b5b02a7617bfee5272d9236835be48d02d</id>
<content type='text'>
- adjust setting flags accordingly to use (hardcoded, see below) -Wl,
  Potential improvements:
  *) --warn-unresolved-symbols should perhaps be used for all libs
  *) eventually rename LDFLAGS to CC_LDFLAGS
  *) probe for compiler driver's notion of flag to use for passing in
     linker flags (i.e. don't hardcode "-Wl,")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- adjust setting flags accordingly to use (hardcoded, see below) -Wl,
  Potential improvements:
  *) --warn-unresolved-symbols should perhaps be used for all libs
  *) eventually rename LDFLAGS to CC_LDFLAGS
  *) probe for compiler driver's notion of flag to use for passing in
     linker flags (i.e. don't hardcode "-Wl,")
</pre>
</div>
</content>
</entry>
<entry>
<title>#1273 if EXTRAVERSION is set, make sure we respect it</title>
<updated>2007-03-19T09:49:04+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2007-03-19T09:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=6bc45b2d57f845be8bc76b6071a223660605a58c'/>
<id>6bc45b2d57f845be8bc76b6071a223660605a58c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Joseph S. Myers writes:</title>
<updated>2006-10-19T21:28:37+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2006-10-19T21:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=fe1d18ca76ad4f03e7e4a17f4867dd515303ecd6'/>
<id>fe1d18ca76ad4f03e7e4a17f4867dd515303ecd6</id>
<content type='text'>
There are many directories called "CVS" checked into uClibc SVN, probably
as a side-effect of importing a CVS checkout.  I don't think these are
particularly useful to have checked in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are many directories called "CVS" checked into uClibc SVN, probably
as a side-effect of importing a CVS checkout.  I don't think these are
particularly useful to have checked in.
</pre>
</div>
</content>
</entry>
<entry>
<title>pull from upstream</title>
<updated>2006-08-23T15:28:48+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2006-08-23T15:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/uClibc-alpine/commit/?id=60907d3b8554695b78e5517df14e70064290f28c'/>
<id>60907d3b8554695b78e5517df14e70064290f28c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
