<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/cc, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-05-24T16:47:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-05-24T16:47:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-05-24T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bff5b80e6cde3256fd760aec0882f8b9fa85b5ee'/>
<id>urn:sha1:bff5b80e6cde3256fd760aec0882f8b9fa85b5ee</id>
<content type='text'>
'RELENG_3_2_0_RELEASE'.

This commit was manufactured to restore the state of the 3.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally</title>
<updated>1999-01-16T13:22:35Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-01-16T13:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f6866643a67e7c0e8fd50fa5434227a1d83ca55b'/>
<id>urn:sha1:f6866643a67e7c0e8fd50fa5434227a1d83ca55b</id>
<content type='text'>
and doesn't need to use this.
</content>
</entry>
<entry>
<title>Switch to using ".So" as the extension for PIC object files rather</title>
<updated>1999-01-09T21:51:00Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-01-09T21:51:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f92bdbd010250afd474733d7a95fd0eb8fdfdd62'/>
<id>urn:sha1:f92bdbd010250afd474733d7a95fd0eb8fdfdd62</id>
<content type='text'>
than ".so".  The old extension conflicted with well-established
naming conventions for dynamically loadable modules.

The "clean" targets continue to remove ".so" files too, to deal with
old systems.
</content>
</entry>
<entry>
<title>Another instance where we default to elf only on alpha, but should</title>
<updated>1998-10-26T18:27:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-10-26T18:27:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f377c8d85199ba156c0949f652b1851232bd39c1'/>
<id>urn:sha1:f377c8d85199ba156c0949f652b1851232bd39c1</id>
<content type='text'>
default to aout only on i386.
</content>
</entry>
<entry>
<title>Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create the</title>
<updated>1998-10-16T16:53:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-16T16:53:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=19e595a57a937c0f0fa99fb28cbdc597192d7df0'/>
<id>urn:sha1:19e595a57a937c0f0fa99fb28cbdc597192d7df0</id>
<content type='text'>
6 headers up to 6 times concurrently.  Debugged by Don Lewis
(Don.Lewis@tsc.tdk.com).

Fixed some disorder.
</content>
</entry>
<entry>
<title>Replace use of non-standard ld -O with a ld -o / mv combination as used</title>
<updated>1998-10-06T11:28:29Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-06T11:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c1d8f3fd886d483d0c435e1ea7096cdf60d6aa2'/>
<id>urn:sha1:6c1d8f3fd886d483d0c435e1ea7096cdf60d6aa2</id>
<content type='text'>
elsewhere in the tree.  Binutils doesn't support the -O hack^H^H^H^H
extension.  (actually, it ignores it for option compatability with some
other OS).
</content>
</entry>
<entry>
<title>Make the build tools static to avoid trying to use the shared loader</title>
<updated>1998-08-20T21:45:46Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-08-20T21:45:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62d43a3bfcc2f308fa96d56e311361b35535118b'/>
<id>urn:sha1:62d43a3bfcc2f308fa96d56e311361b35535118b</id>
<content type='text'>
before it is installed.

This upsets Bruce because the host boostrap build forces tools to be
static anyway. He says I'm abusing NOTOOLS in src/Makefile by using
it to do a aout-&gt;elf transition build. One day I'll find a place to
install host tools like these to allow a true cross build.
</content>
</entry>
<entry>
<title>During compilation of a Fortran program f2c/f77 will spew the</title>
<updated>1998-07-24T07:13:57Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-07-24T07:13:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24db6e216fb4a96faf210de79aceaf9c6e336231'/>
<id>urn:sha1:24db6e216fb4a96faf210de79aceaf9c6e336231</id>
<content type='text'>
name of entry points, functions, subroutines, and program to
stderr error.  The enclosed patches do 3 things:

     (1) Silenced the output to stderr.
     (2) Added a -v option to f2c and f77.  This will turn on a verbose
         mode, and dumps quite a bit of stuff to stderr.
     (3) Updated the f2c man page.

PR:		7369
Submitted by:	Steven G. Kargl &lt;kargl@troutmask.apl.washington.edu&gt;
</content>
</entry>
<entry>
<title>Use a different hack for building libgcc2: `XCC= ${CC}' instead of</title>
<updated>1998-07-08T00:45:50Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-07-08T00:45:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07b64a25d22c44bdd74e3fdb3376a0d785fdb340'/>
<id>urn:sha1:07b64a25d22c44bdd74e3fdb3376a0d785fdb340</id>
<content type='text'>
`XCC= &lt;relative cc&gt; -B&lt;path to relative cc1&gt; ...'.  This is equivalent
when cc and cc1, etc. have just been bootstrapped by `make world'.
The relative versions normally won't work if the target system is
not binary compatible.  Bootstrapping different versions of gcc
without going through `make world' is slightly more broken than
before.

Uniformized macro names (P1OBJS -&gt; LIB1POBJS, etc.).

Don't give full paths to sources.
</content>
</entry>
</feed>
