<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>96a0acc4 - Don&apos;t use CCACHE for linking.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#96a0acc4</link>
        <description>Don&apos;t use CCACHE for linking.MFC after:	2 weeksSponsored by:	Dell EMC

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Wed, 27 Jun 2018 19:29:15 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fdd45b0 - Use LIBEXECDIR for /usr/libexec.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#7fdd45b0</link>
        <description>Use LIBEXECDIR for /usr/libexec.MFC after:	1 weekSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 01:14:40 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a47f6b78 - Remove empty generated file upon gperf failure</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#a47f6b78</link>
        <description>Remove empty generated file upon gperf failurePrior to this change the build could fail as follows, if gperf is notavailable (or fails):  - make(1) stops due to the gperf error, but an empty target file    (cfns.h) is still created  - the empty cfns.h is newer than the source cfns.gperf so it is not    regenerated on subsequent builds  - the gcc build fails (undefined reference to libc_name_p)Sponsored by:	The FreeBSD FoundationMFC after:	3 days

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Mon, 15 Dec 2014 14:25:42 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:21:56 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1992e9a1 - Add compiler support for the ARM EABI.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#1992e9a1</link>
        <description>Add compiler support for the ARM EABI.ARM EABI support is disabled by default and can be enabled by settingWITH_ARM_EABI when building, however only the kernel-toolchain target willwork with this flag until the rest of the support is added.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Thu, 17 Jan 2013 05:56:28 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f20e4f2 - Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#4f20e4f2</link>
        <description>Add src.conf option WITH_SHARED_TOOLCHAIN to enable building thetoolchain binaries as dynamically linked.  Option is disabled bydefault.Reviewed by:	ru (previous version)MFC after:	2 weeks

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sun, 29 Apr 2012 09:32:44 +0000</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afb57df6 - Update bmake glue to build GCC 4.2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#afb57df6</link>
        <description>Update bmake glue to build GCC 4.2.Also:        Switch FreeBSD to use libgcc_s.so.1.        Use dl_iterate_phdr to locate shared objects&apos; exception frame        info instead of depending on older register_frame_info machinery.        This allows us to avoid depending on libgcc_s.so.1 in binaries        that do not use exception handling directly. As an additional        benefit it breaks circular libc &lt;=&gt; libgcc_s.so.1 dependency too.        Build newly added libgomp.so.1 library, the runtime support        bits for OpenMP.        Build LGPLed libssp library. Our libc provides our own        BSD-licensed SSP callbacks implementation, so this library        is only built to benefit applications that have hadcoded        knowledge of libssp.so and libssp_nonshared.a. When linked        in from command line, these libraries override libc        implementation.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sat, 19 May 2007 04:25:59 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83c7ade9 - NOSHARED -&gt; NO_SHARED</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#83c7ade9</link>
        <description>NOSHARED -&gt; NO_SHARED

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 09:59:45 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e653b48c - Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#e653b48c</link>
        <description>Start the dreaded NOFOO -&gt; NO_FOO conversion.OK&apos;ed by:	core

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Tue, 21 Dec 2004 08:47:35 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81efba8c - Bmake glue for GCC 3.4.2-prerelease.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#81efba8c</link>
        <description>Bmake glue for GCC 3.4.2-prerelease.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Wed, 28 Jul 2004 05:27:21 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47d7e8a9 - Fixed style of DPADD and LDADD assignments as per style.Makefile(5).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#47d7e8a9</link>
        <description>Fixed style of DPADD and LDADD assignments as per style.Makefile(5).

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Thu, 05 Feb 2004 22:44:25 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e67810e6 - Update bmake bits to build GCC 3.3.1-prerelease.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#e67810e6</link>
        <description>Update bmake bits to build GCC 3.3.1-prerelease.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Fri, 11 Jul 2003 05:37:23 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>685272c4 - Gperf is usable again.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#685272c4</link>
        <description>Gperf is usable again.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Wed, 04 Dec 2002 17:34:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00900fed - Don&apos;t depend on gperf.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#00900fed</link>
        <description>Don&apos;t depend on gperf.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sat, 18 May 2002 00:18:00 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6677f3e0 - Restore some of the implementation from the Bmake gcc 2.95 bits.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#6677f3e0</link>
        <description>Restore some of the implementation from the Bmake gcc 2.95 bits.In the end, I can do things more like the previous Bmake bits than wasapparent in the middle of the gcc31 WIP.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Mon, 13 May 2002 03:27:03 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b3bcd0c - I was finally able to repeat the -j breakage on one of my machines.  Fix it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#5b3bcd0c</link>
        <description>I was finally able to repeat the -j breakage on one of my machines.  Fix it.I borrowed some ideas from Ruslan, and made the style match cc_tools/Makefile

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Mon, 13 May 2002 01:54:26 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0eb2283 - Tidy up the cleanfiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#a0eb2283</link>
        <description>Tidy up the cleanfiles.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Sun, 12 May 2002 12:06:19 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>672528fa - Make the YACC&apos;ing more bullet proof.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile#672528fa</link>
        <description>Make the YACC&apos;ing more bullet proof.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/cc1plus/Makefile</description>
        <pubDate>Tue, 07 May 2002 01:41:46 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
