<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/cc/cpp/Makefile, branch release/2.2.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1997-05-19T10:35:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-05-19T10:35:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-05-19T10:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0d351b26be784ec2f31673b9c873781f01bad63'/>
<id>urn:sha1:a0d351b26be784ec2f31673b9c873781f01bad63</id>
<content type='text'>
'RELENG_2_2_2_RELEASE'.

This commit was manufactured to restore the state of the 2.2.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>cpp was named ccp.</title>
<updated>1996-09-23T16:12:38Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1996-09-23T16:12:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08eb1b8719fcf7d3c40b84a8e943383b39864c70'/>
<id>urn:sha1:08eb1b8719fcf7d3c40b84a8e943383b39864c70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Crude hack to work around cpp.1 doing a .so man1/cccp.1</title>
<updated>1996-09-23T04:14:30Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-23T04:14:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6f78ed368ce249cc97d09debcf9b99619c2ffd2c'/>
<id>urn:sha1:6f78ed368ce249cc97d09debcf9b99619c2ffd2c</id>
<content type='text'>
Pointed out by: Warner Losh &lt;imp@village.org&gt;, PR#1667
</content>
</entry>
<entry>
<title>Man the lifeboats!  Tie down the hatches!  Red alert! Activate gcc-2.7.2.1!</title>
<updated>1996-09-19T15:53:53Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-09-19T15:53:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1b588fd3f68a3ba13d5671ef1e6d3edb9b31ea5'/>
<id>urn:sha1:a1b588fd3f68a3ba13d5671ef1e6d3edb9b31ea5</id>
<content type='text'>
(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference
 point in case of unforseen disasters...)

This has the objc backend active, and I think I've managed to get the
f77 f2c support through in one piece, but I don't know fortran to test it.

A 'make world' change and libobjc commit will follow.

If you normally do 'make -DNOCLEAN world', do not do so this time, I know
it can fail with groff.

This version of gcc makes a **LOT** more warnings on our kernel.
</content>
</entry>
<entry>
<title>Integrated GCC-2.6.1 -&gt; GCC-2.6.2 changes.</title>
<updated>1994-11-15T04:52:19Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-11-15T04:52:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8ab1d79d165e6fe313540017143ca389d27a020d'/>
<id>urn:sha1:8ab1d79d165e6fe313540017143ca389d27a020d</id>
<content type='text'>
Notice that the libgcc DOESN'T change number, because there are no
changes.

Also now the gnu2bmake stuff is synchronized again.

I commit this so that others can test too.

You might want to postpone any "make worlds" until tomorrow, to
avoid any problems I didn't see in the first pass.

Thanks to Bruce for rounding up our changes to gcc.
</content>
</entry>
<entry>
<title>Make GCC's back end be shared among all languages.  cc, c++, and cpp now</title>
<updated>1994-09-18T22:35:55Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-09-18T22:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4aca961be225de5e841add766d2561bb2cf3022'/>
<id>urn:sha1:b4aca961be225de5e841add766d2561bb2cf3022</id>
<content type='text'>
no longer link against the whole library, since they don't require much
from it, but just compile the few small modules they actually need static.

This should save a measurable amount of space; compare:

-r-xr-xr-x  1 bin   bin   155648 Sep 18 18:00 cc1*
-r-xr-xr-x  1 root  bin  1048576 Sep 18 17:33 cc1.noshae*

Of course, the library takes up a bit of space, but when you add in the
savings from the C++ compiler, you more than make up the difference:

-r--r--r--  1 bin  bin  1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0
-r-xr-xr-x  1 bin  bin  491520 Sep 18 18:27 /usr/libexec/cc1plus*
</content>
</entry>
<entry>
<title>Add dependencies on libraries to DPADD.  Someday this should be done</title>
<updated>1994-08-28T18:49:06Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1994-08-28T18:49:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2577a8acef31ccb449242f8c073d0b996d8a91f2'/>
<id>urn:sha1:2577a8acef31ccb449242f8c073d0b996d8a91f2</id>
<content type='text'>
automagically.  -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
</content>
</entry>
<entry>
<title>Here comes the right import of gcc-2.6.0.</title>
<updated>1994-08-02T20:15:59Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-08-02T20:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b75deec600af3b827022812effb73f07ab04af44'/>
<id>urn:sha1:b75deec600af3b827022812effb73f07ab04af44</id>
<content type='text'>
</content>
</entry>
</feed>
