<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/cc, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T14:49:43+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T14:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f376ef90540b4d5b6e7f467620e91404ba306d89'/>
<id>f376ef90540b4d5b6e7f467620e91404ba306d89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.7-1.8: install c++filt in the correct place).</title>
<updated>1999-08-08T08:02:51+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1999-08-08T08:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0a9040d6ef132c86e3350bf44967a8d3c48638ea'/>
<id>0a9040d6ef132c86e3350bf44967a8d3c48638ea</id>
<content type='text'>
The breakage is more tangled for RELENG_3.  RELENG_3 still has
binutils/c++filt sources, so the elf case should have worked by
installing the binutils version in the correct place.  However,
building of binutils/c++filt was broken in rev.1.4.2.1 of
binutils/Makefile by mismerging rev.1.8.

PR:		12920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The breakage is more tangled for RELENG_3.  RELENG_3 still has
binutils/c++filt sources, so the elf case should have worked by
installing the binutils version in the correct place.  However,
building of binutils/c++filt was broken in rev.1.4.2.1 of
binutils/Makefile by mismerging rev.1.8.

PR:		12920
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally</title>
<updated>1999-01-16T13:22:35+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-01-16T13:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f6866643a67e7c0e8fd50fa5434227a1d83ca55b'/>
<id>f6866643a67e7c0e8fd50fa5434227a1d83ca55b</id>
<content type='text'>
and doesn't need to use this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and doesn't need to use this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to using ".So" as the extension for PIC object files rather</title>
<updated>1999-01-09T21:51:00+00:00</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1999-01-09T21:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f92bdbd010250afd474733d7a95fd0eb8fdfdd62'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another instance where we default to elf only on alpha, but should</title>
<updated>1998-10-26T18:27:32+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1998-10-26T18:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f377c8d85199ba156c0949f652b1851232bd39c1'/>
<id>f377c8d85199ba156c0949f652b1851232bd39c1</id>
<content type='text'>
default to aout only on i386.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default to aout only on i386.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create the</title>
<updated>1998-10-16T16:53:15+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-10-16T16:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=19e595a57a937c0f0fa99fb28cbdc597192d7df0'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
6 headers up to 6 times concurrently.  Debugged by Don Lewis
(Don.Lewis@tsc.tdk.com).

Fixed some disorder.
</pre>
</div>
</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:29+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-10-06T11:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c1d8f3fd886d483d0c435e1ea7096cdf60d6aa2'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the build tools static to avoid trying to use the shared loader</title>
<updated>1998-08-20T21:45:46+00:00</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-08-20T21:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=62d43a3bfcc2f308fa96d56e311361b35535118b'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>During compilation of a Fortran program f2c/f77 will spew the</title>
<updated>1998-07-24T07:13:57+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-07-24T07:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24db6e216fb4a96faf210de79aceaf9c6e336231'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
</feed>
