<?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>1d8776b2 - Diff reduce with ^/head</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#1d8776b2</link>
        <description>Diff reduce with ^/head

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Thu, 03 Aug 2017 05:32:27 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da484521 - Add COV_CXXFLAGS for gnu/lib/lib{std,sup}c++</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#da484521</link>
        <description>Add COV_CXXFLAGS for gnu/lib/lib{std,sup}c++Mark libstdc++ with MK_COVERAGE?= no to disable runtimecoverage instrumentation with libstdc++.For reasons I don&apos;t yet understand, COV_CXXFLAGS isn&apos;t being passeddown properly to my bsd.lib.mk static rules -- coming in the next commit.

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Thu, 22 Jun 2017 04:34:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b791fbe6 - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#b791fbe6</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:44:43 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d4766c1 - Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#6d4766c1</link>
        <description>Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportthe oabi is still in the tree, but it is expected this will be removedas developers work on surrounding code.With this commit the ARM EABI is the only supported supported ABI byFreeBSD on ARMa 32-bit processors.X-MFC after:	neverRelnotes:	yesDifferential Revision: https://reviews.freebsd.org/D876

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 08:26:51 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aee7bee5 - Fix building libstdc++ with clang</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#aee7bee5</link>
        <description>Fix building libstdc++ with clangReviewed by:	theraven

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Fri, 16 May 2014 14:40:07 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb941910 - Allow libstdc++ and libsupc++ to compile with clang again, after the</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#eb941910</link>
        <description>Allow libstdc++ and libsupc++ to compile with clang again, after thebsd.*.mk infrastructure changes.  Apparently, you must now modifyCXXFLAGS *before* including bsd.lib.mk, or your changes will be lost.

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Sun, 11 May 2014 21:07:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/lib/libsupc++/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/lib/libsupc++/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>b294993d - To avoid having to explicitly test COMPILER_TYPE for setting</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#b294993d</link>
        <description>To avoid having to explicitly test COMPILER_TYPE for settingclang-specific or gcc-specific flags, introduce the following newvariables for use in Makefiles:CFLAGS.clangCFLAGS.gccCXXFLAGS.clangCXXFLAGS.gccIn bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS forthe right compiler.MFC after:	1 week

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Sun, 22 Dec 2013 17:51:33 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44acc1e1 - After r255321, clang uses libc++ by default.  This leads to a lot of</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#44acc1e1</link>
        <description>After r255321, clang uses libc++ by default.  This leads to a lot oferrors when you enable WITH_GNUCXX to build libstdc++, since it willinclude C++ headers from the libc++ installation under ${WORLDTMP}, andthose are not compatible with libstdc++ at all.To fix this, add -stdlib=libstdc++ to CXXFLAGS when building libstdc++(and its companion libsupc++) with clang.Approved by:	re (delphij)

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Thu, 12 Sep 2013 21:24:59 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>621cd629 - As it&apos;s done for libstdc++, use SJLJ-based exceptions on arm when we&apos;re not</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#621cd629</link>
        <description>As it&apos;s done for libstdc++, use SJLJ-based exceptions on arm when we&apos;re notusing EABI, and use unwind-arm.h instead of unwind-generic.h when using EABI.

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Fri, 22 Mar 2013 21:50:32 +0000</pubDate>
        <dc:creator>Olivier Houchard &lt;cognet@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f289fa66 - For building GNU libstdc++ and libsupc++, filter out libc++-specific and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#f289fa66</link>
        <description>For building GNU libstdc++ and libsupc++, filter out libc++-specific and-std= flags above c++98 or gnu++98 from CXXFLAGS *after* includingbsd.lib.mk, otherwise some additions to CXXFLAGS done in bsd.*.mk mightnot be preserved.MFC after:	1 week

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Tue, 23 Oct 2012 18:57:20 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69714daa - For building libstdc++ and libsupc++, filter out any -stdlib=libc++</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#69714daa</link>
        <description>For building libstdc++ and libsupc++, filter out any -stdlib=libc++option from CXXFLAGS, otherwise these libraries will not build.Similarly, filter out any -std=xxx options that aren&apos;t supported.Submitted by:	Yamaya Takashi &lt;yamayan@kbh.biglobe.ne.jp&gt;MFC after:	2 weeks

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Sat, 25 Aug 2012 23:08:24 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf56074e - Make libsupc++ build as a shared library and make libstdc++ a filter library</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#cf56074e</link>
        <description>Make libsupc++ build as a shared library and make libstdc++ a filter libraryfor it.This allows people to swap out libsupc++ for libcxxrt easily, so we can beginthe libstdc++ -&gt; libc++ migration.Approved by:	dim (mentor)

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Sat, 31 Mar 2012 14:25:12 +0000</pubDate>
        <dc:creator>David Chisnall &lt;theraven@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>680e78b3 - Non-GCC gcc compatible compilers may provide the same multimedia intrinsic</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#680e78b3</link>
        <description>Non-GCC gcc compatible compilers may provide the same multimedia intrinsicheaders as GCC, but of their own implementation.  So put the GCC ones intotheir own header &quot;namespace&quot;.Requested by:	ed

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Wed, 12 May 2010 19:59:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a070c499 - Use the new PO_CXXFLAGS from r202807 to remove the &apos;-ffunction-sections&apos;</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#a070c499</link>
        <description>Use the new PO_CXXFLAGS from r202807 to remove the &apos;-ffunction-sections&apos;flag when compiling profiled objects as it&apos;s ignored by the compiler.This removes the associated warning for each file compiled.MFC after:	1 month

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Fri, 22 Jan 2010 14:09:15 +0000</pubDate>
        <dc:creator>Stephane E. Potvin &lt;sepotvin@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/lib/libsupc++/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/lib/libsupc++/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>ae8cd67d - Update libsupc++ to include missing files. This was fixed in libstdc++</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#ae8cd67d</link>
        <description>Update libsupc++ to include missing files. This was fixed in libstdc++a long time ago, but libsupc++ was left out somehow,PR:	gnu/99702Submitted by:	George Mitchell

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Sat, 19 Aug 2006 00:52:54 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c2f3990 - Repeatability is Considered Good when building this library, too.  (And</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#5c2f3990</link>
        <description>Repeatability is Considered Good when building this library, too.  (AndI think this is the last one which needs it.)

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Wed, 17 Aug 2005 15:46:18 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@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/lib/libsupc++/Makefile#81efba8c</link>
        <description>Bmake glue for GCC 3.4.2-prerelease.

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/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>e67810e6 - Update bmake bits to build GCC 3.3.1-prerelease.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libsupc++/Makefile#e67810e6</link>
        <description>Update bmake bits to build GCC 3.3.1-prerelease.

            List of files:
            /freebsd-12.1/gnu/lib/libsupc++/Makefile</description>
        <pubDate>Fri, 11 Jul 2003 05:37:23 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
