<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/Makefile, branch releng/12.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-10-21T23:08:30Z</updated>
<entry>
<title>Revert "12.3: Makefile: add a newline to validate the git-&gt;svn exporter"</title>
<updated>2021-10-21T23:08:30Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2021-10-21T23:08:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9c0a61651a21c2c6dc546479f382c5a5831bdb5'/>
<id>urn:sha1:b9c0a61651a21c2c6dc546479f382c5a5831bdb5</id>
<content type='text'>
This reverts commit 51a3024ee71a1ffebed139a40a534cdb2284d888.

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>12.3: Makefile: add a newline to validate the git-&gt;svn exporter</title>
<updated>2021-10-21T22:47:31Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2021-10-21T22:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51a3024ee71a1ffebed139a40a534cdb2284d888'/>
<id>urn:sha1:51a3024ee71a1ffebed139a40a534cdb2284d888</id>
<content type='text'>
Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
</content>
</entry>
<entry>
<title>Makefile: add a small blurb about building with gcc xtoolchain</title>
<updated>2021-01-24T03:19:37Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-10-16T15:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=55850d2b511881dc0ad88da904ffc1d0cbe9e52a'/>
<id>urn:sha1:55850d2b511881dc0ad88da904ffc1d0cbe9e52a</id>
<content type='text'>
The key details are to install the appropriate flavor of devel/freebsd-gcc6
and pass CROSS_TOOLCHAIN while building.

(cherry picked from commit 5f2aaba4532c713f74279f0e83208c97af3a3e69)
(cherry picked from commit cf82304d7d5e8d9433d46cbdf2db8c2576b85edd)
</content>
</entry>
<entry>
<title>MFC 356499: Use clang and lld as the default toolchain for RISCV.</title>
<updated>2020-05-09T17:14:59Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2020-05-09T17:14:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1603876b20397308f9f46216a3cd3d3743b1ab62'/>
<id>urn:sha1:1603876b20397308f9f46216a3cd3d3743b1ab62</id>
<content type='text'>
- Enable clang and lld as system toolchains.
- Don't use external GCC for universe by default.
- Re-enable riscv64sf since it builds fine with clang + lld.

Sponsored by:	DARPA
</content>
</entry>
<entry>
<title>MFC r352929: Add a top-level makeman target</title>
<updated>2019-10-21T01:27:01Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-10-21T01:27:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=398db808619373eda4cf742ed8bc7e699d5df526'/>
<id>urn:sha1:398db808619373eda4cf742ed8bc7e699d5df526</id>
<content type='text'>
Abstracting away the details of how src.conf(5) is generated is arguably a
good thing; do so with a top-level makeman target.
</content>
</entry>
<entry>
<title>MFC r348241:</title>
<updated>2019-05-31T15:05:54Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-05-31T15:05:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2cb4785ad01cb322158840a3f937bebcb37f0ff5'/>
<id>urn:sha1:2cb4785ad01cb322158840a3f937bebcb37f0ff5</id>
<content type='text'>
Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.
</content>
</entry>
<entry>
<title>MFC r346056:</title>
<updated>2019-04-25T21:42:02Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2019-04-25T21:42:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d506db7eb6a9dff1a2d55a064be2ecbbd0740fd2'/>
<id>urn:sha1:d506db7eb6a9dff1a2d55a064be2ecbbd0740fd2</id>
<content type='text'>
Fix a typo when sanity checking in the bootstrap-tools target

The path is incorrect for the linker in the error message. It should have been
/usr/bin/ld, not /usr/bin/cc .
</content>
</entry>
<entry>
<title>MFC r340242:</title>
<updated>2019-01-30T23:36:02Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2019-01-30T23:36:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa781e2d7896c9056ab26d517bf3b44bd06438b1'/>
<id>urn:sha1:aa781e2d7896c9056ab26d517bf3b44bd06438b1</id>
<content type='text'>
Add a top-level make target to rebuild all sysent files.

The sysent target is useful when changing makesyscalls.sh, when
making paired changes to syscalls.master files, or in a future where
freebsd32 sysent entries are built from the default syscalls.master.

Reviewed by:	bdrewery
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D17899
</content>
</entry>
<entry>
<title>MFC r340328</title>
<updated>2018-11-27T19:44:04Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2018-11-27T19:44:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d809e8ae6e52310e89fcf8dfd2ec30fb947c3e6e'/>
<id>urn:sha1:d809e8ae6e52310e89fcf8dfd2ec30fb947c3e6e</id>
<content type='text'>
Update comment about 'universe' disk usage

It's 167 GB now (or 81 GB with ZFS lz4).

Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>Don't include the broken riscv64sf TARGET_ARCH in universe.</title>
<updated>2018-10-09T22:22:15Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-10-09T22:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6d4316a4503f230fcc123db5fb86b26937dca71'/>
<id>urn:sha1:e6d4316a4503f230fcc123db5fb86b26937dca71</id>
<content type='text'>
riscv64sf has been broken due to duplicate symbols for months and
degrades the quality of universe builds.  Remove it until this is
resolved leaving a comment to it is not re-added.

PR:		232085
Reviewed by:	emaste
Approved by:	re (gjb, kib)
Sponsored by:	DARPA, AFRL
</content>
</entry>
</feed>
