<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/binutils/libbinutils/Makefile, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-12-16T22:19:13Z</updated>
<entry>
<title>Define YY_NO_INPUT when building libbinutils, to prevent warnings about</title>
<updated>2011-12-16T22:19:13Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-16T22:19:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6aff93296ddb4c5b7b370dd8c1e0637d3cc8ac25'/>
<id>urn:sha1:6aff93296ddb4c5b7b370dd8c1e0637d3cc8ac25</id>
<content type='text'>
unused input() functions emitted by lex.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Update Makefile and config.h.bsd for libbinutils.</title>
<updated>2010-11-01T19:42:29Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-11-01T19:42:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=28b535d1e0096acee0ccf66247b20ce55ae48990'/>
<id>urn:sha1:28b535d1e0096acee0ccf66247b20ce55ae48990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Most of binutils now compiles at WARNS=3, except for libiberty and</title>
<updated>2010-10-22T20:46:08Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-10-22T20:46:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e083002bcac10c4257d937b7b5f44360136962a4'/>
<id>urn:sha1:e083002bcac10c4257d937b7b5f44360136962a4</id>
<content type='text'>
libbfd, which still need WARNS=2.
</content>
</entry>
<entry>
<title>Add new upstream file, and update TARGET definition.</title>
<updated>2010-10-21T20:21:36Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-10-21T20:21:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bebf80241981a8e50fcfdf661f96b12ed2867ab2'/>
<id>urn:sha1:bebf80241981a8e50fcfdf661f96b12ed2867ab2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use one file per line in SRCS= definition, to make insertions and</title>
<updated>2010-10-21T20:20:33Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-10-21T20:20:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8114428ba2a41227df5af016d45ee27c8ecb3ff8'/>
<id>urn:sha1:8114428ba2a41227df5af016d45ee27c8ecb3ff8</id>
<content type='text'>
deletions easier, and sort the file list.
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>urn:sha1:a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
</entry>
<entry>
<title>Updated Bmake framework for Binutils 2.15.</title>
<updated>2004-06-16T07:09:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-06-16T07:09:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e223c68bfc26436d6e1e39202cf7262335ca1f7c'/>
<id>urn:sha1:e223c68bfc26436d6e1e39202cf7262335ca1f7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style.Makefile(5):</title>
<updated>2004-02-24T19:23:33Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-02-24T19:23:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ff8c436d3890e42fa1dce8faf5d61042c398591'/>
<id>urn:sha1:7ff8c436d3890e42fa1dce8faf5d61042c398591</id>
<content type='text'>
	Use WARNS?= instead of WARNS=

For this to work properly for all part is the subdirectories
the WARNS assignments in Makefile.inc0 are moved to the correspondning
Makefile.inc.

Approved by:	obrien (binutils maintainer)
Tested by:	make universe
</content>
</entry>
<entry>
<title>Set the binutils arch for as/nm correctly on the amd64 platform.</title>
<updated>2003-05-08T06:39:31Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-08T06:39:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd3aef3d0dd12e560f0e5fc50f3367f03fe01640'/>
<id>urn:sha1:bd3aef3d0dd12e560f0e5fc50f3367f03fe01640</id>
<content type='text'>
As far as binutils is concerned, the amd64 platform is still called
"x86-64"/"x86_64".  Setting things from ${MACHINE_ARCH} breaks that.

Approved by:  re (scottl)
</content>
</entry>
<entry>
<title>Update for 2.13 10-Oct-2002 import.</title>
<updated>2002-10-11T06:28:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-10-11T06:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f376ae1bfdcf30cd03d17fd6e5bdae27d0b43ea'/>
<id>urn:sha1:4f376ae1bfdcf30cd03d17fd6e5bdae27d0b43ea</id>
<content type='text'>
</content>
</entry>
</feed>
