<?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>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/c++/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/c++/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/c++/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/c++/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>45035029 - bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#45035029</link>
        <description>bsd.own.mk needs to be included before Makefil.inc so MK_ARM_EABI is defined

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Fri, 25 Jan 2013 06:18:49 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4282299f - Reorder so that NO_MAN is declared before bsd.own.mk is included and thus</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#4282299f</link>
        <description>Reorder so that NO_MAN is declared before bsd.own.mk is included and thushas an effect (not installed a g++.1 manpage over the g++.1(.gz) linkcreated in ../cc).

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Thu, 24 Jan 2013 15:18:41 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dfbaea83 - Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#dfbaea83</link>
        <description>Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatinstalls clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.Note this does *not* disable building and installing gcc, which willstill be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp.  Ifyou want to disable gcc completely, you must use WITHOUT_GCC.MFC after:	2 weeks

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Wed, 29 Feb 2012 22:58:51 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/c++/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/c++/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>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/c++/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/c++/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/c++/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/c++/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/c++/Makefile#81efba8c</link>
        <description>Bmake glue for GCC 3.4.2-prerelease.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/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/c++/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/c++/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>8df64a7d - We don&apos;t need this library any more.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#8df64a7d</link>
        <description>We don&apos;t need this library any more.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Tue, 04 Jun 2002 19:45:09 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e3b0010 - Bmake bits for GCC 3.1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#9e3b0010</link>
        <description>Bmake bits for GCC 3.1.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Sat, 06 Apr 2002 23:18:01 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>658cec5b - Move some cflag contents down to where they are acutally used.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#658cec5b</link>
        <description>Move some cflag contents down to where they are acutally used.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Mon, 13 Mar 2000 09:12:36 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c8a631d - Merge cc_drv into cc_int.  Merge more shared files into cc_int.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#9c8a631d</link>
        <description>Merge cc_drv into cc_int.  Merge more shared files into cc_int.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Mon, 24 Jan 2000 20:12:05 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>665fb296 - Add libcc_fbsd.a that contains libc and libiberty routines needed in</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#665fb296</link>
        <description>Add libcc_fbsd.a that contains libc and libiberty routines needed inbootstraping on FreeBSD specifically.3.2 upgrade path tested by:	marcel

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Sun, 19 Dec 1999 20:22:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb33411e - Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#eb33411e</link>
        <description>Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Mon, 15 Nov 1999 04:16:19 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b7a44a6 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#9b7a44a6</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Fri, 27 Aug 1999 23:37:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b08a0919 - Purely cosmetic cleanups.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#b08a0919</link>
        <description>Purely cosmetic cleanups. - Id tag layout wrong. - &quot;FOO =&quot; -&gt; &quot;FOO=&quot;. - 4 space indention on continuation lines rather than a &lt;tab&gt;Basic idea checked by:	bde

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Mon, 16 Aug 1999 04:10:48 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58485a8a - Use inherited BINDIR defintion.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#58485a8a</link>
        <description>Use inherited BINDIR defintion.

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Sun, 18 Apr 1999 09:39:38 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18ff6ae9 - Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/cc/c++/Makefile#18ff6ae9</link>
        <description>Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2(in contrib/egcs)

            List of files:
            /freebsd-12.1/gnu/usr.bin/cc/c++/Makefile</description>
        <pubDate>Sun, 04 Apr 1999 16:36:35 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
