<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in WITHOUT_GCC</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Mon, 28 Apr 2014 07:50:45 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2bf36e7e089fedc7bb1ef22bb22211e6ed88a1ee - Separate out enabling building clang and/or gcc for the system and</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#2bf36e7e089fedc7bb1ef22bb22211e6ed88a1ee</link>
        <description>Separate out enabling building clang and/or gcc for the system andbuilding clang and/or gcc as the bootstrap compiler. Normally, thedefault compiler is used. WITH_CLANG_BOOTSTRAP and/orWITH_GCC_BOOTSTRAP will enable building these compilers as partbootstrap phase.  WITH/WITHOUT_CLANG_IS_CC controls which compiler isused by default for the bootstrap phase, as well as which compiler isinstalled as cc.  buildworld now successfully completes building thecross compiler with WITHOUT_CLANG=t and WITHOUT_GCC=t and produces abuilt system with neither of these included.Similarlly, MK_BINUTILS_BOOTSTRAP controls whether binutils is builtduring this phase.WITHOUT_CROSS_COMPILER will now force MK_BINUTILS_BOOTSTRAP=no,MK_CLANG_BOOTSTRAP=no and MK_GCC_BOOTSTRAP=no.BOOTSTRAP_COMPILER was considered, but rejected, since pc98 needs bothclang and gcc to bootstrap still. It should be revisisted in thefuture if this requirement goes away. Values should be gcc, clang ornone. It could also be a list.The odd interaction with Xfoo cross/external tools needs work, butis beyond the scope of this change as well.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Fri, 18 Apr 2014 17:03:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Fri, 18 Oct 2013 09:32:02 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Thu, 10 Oct 2013 21:46:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef90af83a58199ef3980d8c9a7dad07ec9b4bea3 - IFC @ r255692</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#ef90af83a58199ef3980d8c9a7dad07ec9b4bea3</link>
        <description>IFC @ r255692Comment out IA32_MISC_ENABLE MSR access - this doesn&apos;t exist on AMD.Need to sort out how arch-specific MSRs will be handled.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Fri, 20 Sep 2013 00:46:29 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d466a5b069a40c37cec11dfd03fd46b30c4c9587 - Merge head</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#d466a5b069a40c37cec11dfd03fd46b30c4c9587</link>
        <description>Merge head

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 11 Sep 2013 18:16:18 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47823319c3978679f8cdbae0e99b52c8b532e89a - IFC @ r255459</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#47823319c3978679f8cdbae0e99b52c8b532e89a</link>
        <description>IFC @ r255459

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 11 Sep 2013 00:19:16 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d32fc31c78fba48a903d5954b6d9acdebaad1d0 - MFC</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#9d32fc31c78fba48a903d5954b6d9acdebaad1d0</link>
        <description>MFC

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Sat, 07 Sep 2013 07:58:29 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ff238b88826e0be021adf1be05fa5febe67f7b1 - Add WITH_GCC alongside WITHOUT_GCC.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#1ff238b88826e0be021adf1be05fa5febe67f7b1</link>
        <description>Add WITH_GCC alongside WITHOUT_GCC.Remove the comment from WITHOUT_GCC about this not working without analternate toolchain, we have clang now.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Fri, 06 Sep 2013 20:49:48 +0000</pubDate>
        <dc:creator>Niclas Zeising &lt;zeising@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87c3644c644a91a07250c36f34f77e531c0d7841 - IFC @ r222256</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#87c3644c644a91a07250c36f34f77e531c0d7841</link>
        <description>IFC @ r222256

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Tue, 24 May 2011 15:39:34 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Mon, 28 Apr 2014 07:50:45 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2bf36e7e089fedc7bb1ef22bb22211e6ed88a1ee - Separate out enabling building clang and/or gcc for the system and</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_GCC#2bf36e7e089fedc7bb1ef22bb22211e6ed88a1ee</link>
        <description>Separate out enabling building clang and/or gcc for the system andbuilding clang and/or gcc as the bootstrap compiler. Normally, thedefault compiler is used. WITH_CLANG_BOOTSTRAP and/orWITH_GCC_BOOTSTRAP will enable building these compilers as partbootstrap phase.  WITH/WITHOUT_CLANG_IS_CC controls which compiler isused by default for the bootstrap phase, as well as which compiler isinstalled as cc.  buildworld now successfully completes building thecross compiler with WITHOUT_CLANG=t and WITHOUT_GCC=t and produces abuilt system with neither of these included.Similarlly, MK_BINUTILS_BOOTSTRAP controls whether binutils is builtduring this phase.WITHOUT_CROSS_COMPILER will now force MK_BINUTILS_BOOTSTRAP=no,MK_CLANG_BOOTSTRAP=no and MK_GCC_BOOTSTRAP=no.BOOTSTRAP_COMPILER was considered, but rejected, since pc98 needs bothclang and gcc to bootstrap still. It should be revisisted in thefuture if this requirement goes away. Values should be gcc, clang ornone. It could also be a list.The odd interaction with Xfoo cross/external tools needs work, butis beyond the scope of this change as well.

            List of files:
            /src/tools/build/options/WITHOUT_GCC</description>
        <pubDate>Fri, 18 Apr 2014 17:03:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
