<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/lib/Makefile, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>Add libgcov, a runtime support library for binaries compiled for basic</title>
<updated>2004-08-14T03:23:24Z</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2004-08-14T03:23:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d7a4fdf65ea5a71b144e3021e6564f1761904b3'/>
<id>urn:sha1:0d7a4fdf65ea5a71b144e3021e6564f1761904b3</id>
<content type='text'>
block profiling.
</content>
</entry>
<entry>
<title>Initiate deorbit burn for the i386-only a.out related support.  Moves are</title>
<updated>2002-09-17T01:49:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-17T01:49:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=66422f5b7a1a6055f0b2358268eb902aab6e2e3e'/>
<id>urn:sha1:66422f5b7a1a6055f0b2358268eb902aab6e2e3e</id>
<content type='text'>
under way to move the remnants of the a.out toolchain to ports.  As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL.  It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha
</content>
</entry>
<entry>
<title>Add some build glue for libstdc++.  I'm not a C++ person, but this seems</title>
<updated>2002-05-29T00:45:51Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-05-29T00:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5ad6294bb8f82525dec40e4b727ee27476e7ffc'/>
<id>urn:sha1:b5ad6294bb8f82525dec40e4b727ee27476e7ffc</id>
<content type='text'>
to work at least for the non-hairy stuff.  The main wrinkle here is that
a whole mess of include files get installed and under different names.
An earlier version of this built a shadow include tree first in the obj
directory, but this depends on the 'make includes' functionality.

More tweaking is certainly going to be needed.
</content>
</entry>
<entry>
<title>Make sure to not yet build the GNU C++, but still allow</title>
<updated>2002-05-15T16:29:45Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-15T16:29:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=83f56d9ae49bc674154b5688dca21dc40194bb94'/>
<id>urn:sha1:83f56d9ae49bc674154b5688dca21dc40194bb94</id>
<content type='text'>
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.
</content>
</entry>
<entry>
<title>All platforms should be on equal footing now -- no special handling for</title>
<updated>2002-05-10T00:49:55Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-05-10T00:49:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fe1eb28ab5b4bf7f896faf0299046ffa95edf7a'/>
<id>urn:sha1:2fe1eb28ab5b4bf7f896faf0299046ffa95edf7a</id>
<content type='text'>
Sparc64 and IA-64.
</content>
</entry>
<entry>
<title>Unbreak world (missing .else)</title>
<updated>2002-04-08T22:56:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-04-08T22:56:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d04791265a137284c5ba59367bc336dafb3e3f4'/>
<id>urn:sha1:9d04791265a137284c5ba59367bc336dafb3e3f4</id>
<content type='text'>
Submitted by:   fenner
Pointy hat to:  obrien
</content>
</entry>
<entry>
<title>Some things don't compile on ia64 and sparc64 yet.</title>
<updated>2002-04-08T20:36:39Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-04-08T20:36:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=28def05c25bdb377c0eb3e984fc9e6c9fcc2309c'/>
<id>urn:sha1:28def05c25bdb377c0eb3e984fc9e6c9fcc2309c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out the previous revision for now.  Instead, the current sparc64</title>
<updated>2002-01-07T19:27:50Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-01-07T19:27:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6662e3f43745a4fdd05d36fe92fd48fff6feea26'/>
<id>urn:sha1:6662e3f43745a4fdd05d36fe92fd48fff6feea26</id>
<content type='text'>
Makefile changes are in the sparc64 p4 tree.
</content>
</entry>
<entry>
<title>Don't build csu or libgcc on sparc64 for the time being.</title>
<updated>2002-01-03T19:57:35Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-01-03T19:57:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7855d28a287dc0aee3f85df9eb5d5a9197ab2391'/>
<id>urn:sha1:7855d28a287dc0aee3f85df9eb5d5a9197ab2391</id>
<content type='text'>
</content>
</entry>
</feed>
