<?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>7c8fb5cbe286f334466d6794a270beffe0beb5bc - make SSP build work again</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#7c8fb5cbe286f334466d6794a270beffe0beb5bc</link>
        <description>make SSP build work again

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Sun, 30 Jun 2024 16:15:02 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45fa5e923b02b1366cc56383eaa6d3473ea659f1 - various updates to build native GCC 12.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#45fa5e923b02b1366cc56383eaa6d3473ea659f1</link>
        <description>various updates to build native GCC 12.- for usr.bin, build libcody and link it into cc1*plus- move makefile code for auto-build.h and version.h (was gcov-iov.h)  into makefile fragment to share them.  (XXX probably best to only do  this in one place, but that&apos;s a future step.)- many updates to handle the .c -&gt; .cc renames- build some x86 files with -msse2- bump shlib versions for libgomp and libstdc++v3- fix MKGCCCMDS=no builds- updates for new rtl-ssa subdir- use -std=gnu++11 for various places- define TARGET_MACHINE and HOST_MACHINE for some places- avoid a .BEGIN rule that writes to missing obj (ie src) sometimescleanups still needed:- remove a bunch of commented -Wno* that don&apos;t seem to be needed anymore- leave or remove various vax-specific -O0s that should no longer be  necessary for the vax-gcc port- some &quot;XXXGCC12&quot; that should be may be fixable or converted to using our  standard ${CC_...} warnings (but may need to remain, in which case the  XXXGCC12 marker will be removed.)with these, and a few other changes around the tree, i&apos;ve able to buildgcc12 releases for several ports that seem to work (arm64, sparc, amd64,i386 at least so far, have run, several others have built.)

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Tue, 01 Aug 2023 05:57:53 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0ab65e79ce729cbc50d1b51e001bb6fe461c14f1 - gcc: fix build with clang++ HOST_CXX</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#0ab65e79ce729cbc50d1b51e001bb6fe461c14f1</link>
        <description>gcc: fix build with clang++ HOST_CXXDefine HOSTPROG_CXX before .include anything that brings in bsd.own.mk.This ensures that HOST_DBG (etc) gets assigned before HOST_CFLAGSand HOST_CXXFLAGS is created.backend: .include &lt;bsd.init.mk&gt; much earlier, as per the other directories.Fixes backend build when using clang++ as the host compiler (e.g., macOS),because backend host tools are now built with -O.Inspired by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760Note that gcc.old/Makefile.prog may be mis-used because it defines HOSTPROG_CXXand this Makefile fragment is included after bsd.*.mk in other Makefiles,but they seem to build ok so leaving it alone for now.Fixes PR toolchain/57014

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Fri, 19 May 2023 23:28:20 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a04395531661c5e8d314125d5ae77d4cbedd5d73 - Patch the build script and toolchain to allow passing through</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#a04395531661c5e8d314125d5ae77d4cbedd5d73</link>
        <description>Patch the build script and toolchain to allow passing throughHOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaksthe build. These variables are necessary to support building NetBSDfrom a GNU Guix or NixOS host, where /usr/include, /lib, and allbut /bin/sh do not exist.  In many cases, support for HOST_CPPFLAGSwas incomplete. From Ryan Sundberg

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Sat, 18 Sep 2021 01:47:07 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09f7d6a729583d338a002439ff09864eac369615 - Use bsd.init.mk (instead of bsd.own.mk) consistently so that</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#09f7d6a729583d338a002439ff09864eac369615</link>
        <description>Use bsd.init.mk (instead of bsd.own.mk) consistently so thatMakefile.inc gets called before bsd.own.mk so that we get a chanceto use NOFOO easily in Makefile.inc. Use that to turn CTF off foreverything.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Sun, 11 Feb 2018 02:12:28 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64f116ed07144709ab07782a1b5e8183331cd4f3 - Get GCC 4.8 closer to build with &quot;USE_SSP&quot; set to &quot;yes&quot;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#64f116ed07144709ab07782a1b5e8183331cd4f3</link>
        <description>Get GCC 4.8 closer to build with &quot;USE_SSP&quot; set to &quot;yes&quot;.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Wed, 05 Mar 2014 21:37:02 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49d8c9ecf4abd21261269266ef64939f71b3cd09 - merge GCC 4.8 build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#49d8c9ecf4abd21261269266ef64939f71b3cd09</link>
        <description>merge GCC 4.8 build.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Sat, 01 Mar 2014 10:00:31 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e02d043019a5b40371f0c2c4ed1a8672b703100 - Add MACHINE_ARCH&apos;s evbearmv5-e[bl] to work</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#6e02d043019a5b40371f0c2c4ed1a8672b703100</link>
        <description>Add MACHINE_ARCH&apos;s evbearmv5-e[bl] to work

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Thu, 22 Aug 2013 00:17:48 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>debeb3b18a980f0e1afcb268e53f9b60aa51ff2f - add to CLEANFILES at some places, for generated files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#debeb3b18a980f0e1afcb268e53f9b60aa51ff2f</link>
        <description>add to CLEANFILES at some places, for generated files

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Tue, 13 Aug 2013 19:29:45 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d15283f25088451b6f638caee911d9e960acd844 - minor fixes for libstdc++-v3 build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#d15283f25088451b6f638caee911d9e960acd844</link>
        <description>minor fixes for libstdc++-v3 build.fix the gengtype call.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Wed, 29 Jun 2011 02:01:37 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>498a5a5a149c81500a239d22f73d6a4816b8e7d7 - init.o wants a localedir.h to define LOCALEDIR now.  make it so.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#498a5a5a149c81500a239d22f73d6a4816b8e7d7</link>
        <description>init.o wants a localedir.h to define LOCALEDIR now.  make it so.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Tue, 28 Jun 2011 09:31:55 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b87de1dcf538e234d4d69d10eaed70cb142689a - move the gcc 4.5 usr.bin build makefiles to the right place.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile#3b87de1dcf538e234d4d69d10eaed70cb142689a</link>
        <description>move the gcc 4.5 usr.bin build makefiles to the right place.

            List of files:
            /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/Makefile</description>
        <pubDate>Tue, 21 Jun 2011 06:03:13 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
