<?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>
    <link>http://nxr.netbsd.org/rss/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>merge GCC 12 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.15</description>
    <pubDate>Sun Sep 07 04:12:29 UTC 2025</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>merge GCC 10.5.0 in gcc.old</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.14</description>
    <pubDate>Fri Jul 14 19:46:41 UTC 2023</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>gcc: fix build with clang++ HOST_CXX<br/><br/>Define HOSTPROG_CXX before .include anything that brings in bsd.own.mk.<br/>This ensures that HOST_DBG (etc) gets assigned before HOST_CFLAGS<br/>and HOST_CXXFLAGS is created.<br/><br/>backend: .include &lt;bsd.init.mk&gt; much earlier, as per the other directories.<br/>Fixes backend build when using clang++ as the host compiler (e.g., macOS),<br/>because backend host tools are now built with -O.<br/>Inspired by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255760<br/><br/>Note that gcc.old/Makefile.prog may be mis-used because it defines HOSTPROG_CXX<br/>and this Makefile fragment is included after bsd.*.mk in other Makefiles,<br/>but they seem to build ok so leaving it alone for now.<br/><br/>Fixes PR toolchain/57014</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.13</description>
    <pubDate>Fri May 19 23:28:21 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>merge GCC 10.4 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.12</description>
    <pubDate>Mon Feb 20 02:12:30 UTC 2023</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.11.6;<br/>merge GCC 9.3 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.11</description>
    <pubDate>Fri Apr 09 23:15:52 UTC 2021</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>merge gcc 7.4 into gcc.old part 3 (last?)</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.10</description>
    <pubDate>Thu Sep 26 08:04:00 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>delete GCC 6.5.  every platform has been on GCC 7 for a while now.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.9</description>
    <pubDate>Thu Jun 20 10:31:59 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>merge GCC 6.5.0 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.8</description>
    <pubDate>Sun Nov 11 22:50:07 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>merge GCC 6.4 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.7</description>
    <pubDate>Thu Aug 02 00:03:59 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.6.2;  1.6.4;<br/>ensure version.c gets rebuilt properly.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.6</description>
    <pubDate>Wed Nov 15 07:47:10 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>merge GCC 5.4 into gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.5</description>
    <pubDate>Sun Jul 23 01:12:17 UTC 2017</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Remove gcc.old now it is no longer used.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.4</description>
    <pubDate>Sun Oct 09 09:28:15 UTC 2016</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.3.2;<br/>re-merge GCC 4.8.5 (part 1).</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.3</description>
    <pubDate>Wed Sep 23 04:24:17 UTC 2015</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>delete GCC 4.5.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.2</description>
    <pubDate>Tue Apr 07 21:20:27 UTC 2015</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1</description>
    <pubDate>Tue Feb 25 18:42:26 UTC 2014</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>import our GCC 12.5.0 as gcc.old.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1.1.8</description>
    <pubDate>Sun Sep 07 02:59:20 UTC 2025</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>import GCC 10.5.0 into gcc.old (this time properly.)</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1.1.7</description>
    <pubDate>Fri Jul 14 19:36:39 UTC 2023</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>initial import of GCC 10 sources into "gcc.old".</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1.1.6</description>
    <pubDate>Mon Feb 20 02:01:02 UTC 2023</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>import GCC 7.4 as gcc.old</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1.1.5</description>
    <pubDate>Thu Sep 26 05:45:54 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>import GCC 6.4 srcs into gcc.old in preparation for GCC 7.x.<br/><br/>these are netbsd GCC srcs from 20180801.</title>
    <description>/src/external/gpl3/gcc.old/usr.bin/frontend/Makefile - 1.1.1.4</description>
    <pubDate>Wed Aug 01 22:19:01 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>
</channel></rss>

