<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>e094ff079a623acdc7ab78c12ef83b76429cfcef - Disable zstd for now (used for compressing debugging symbols). It brings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#e094ff079a623acdc7ab78c12ef83b76429cfcef</link>
        <description>Disable zstd for now (used for compressing debugging symbols). It bringsin /usr/pkg/lib which has bad side effects (if for example libiberty isinstalled it picks it twice).

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Thu, 04 Jul 2024 01:19:44 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6673897143080b5bd11a2123a8d24e952f4f2cd4 - tools/binutils: Add support to mknative for binutils.old</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#6673897143080b5bd11a2123a8d24e952f4f2cd4</link>
        <description>tools/binutils: Add support to mknative for binutils.old

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sat, 25 Nov 2023 12:11:27 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>342a25befd971e0a22a3c342c7dde7ab2269a2c2 - Disable enabling executable stack when the gnu stack note is missing.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#342a25befd971e0a22a3c342c7dde7ab2269a2c2</link>
        <description>Disable enabling executable stack when the gnu stack note is missing.Merge common configure arguments.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Wed, 18 Jan 2023 12:52:55 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41d5ee32355577d1aaf8fbaed5493ec8908ceb8a - fix the binutils build with read-only source trees</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#41d5ee32355577d1aaf8fbaed5493ec8908ceb8a</link>
        <description>fix the binutils build with read-only source treesdon&apos;t play with m68k-parse.c in tools/binutils/Makefile but disablethe rules that rebuild it so we always use the upstream version,using the standard &quot;NetBSD_DISABLED&quot; method.this was necessary to build on linux in 2014 (which may or may notstill ne necessary), but it also avoids triggering rebuild rulesbased upon the timestamps on .y vs .c.tested with amiga, amd64, and i386 &quot;build.sh tools&quot; builds.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sat, 31 Dec 2022 05:44:25 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b0a0c21a2f26428d77a15d8d4ccf1468a8e800e - Handle both places where m68k-parse can be found (for 2.34 and 2.39)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#8b0a0c21a2f26428d77a15d8d4ccf1468a8e800e</link>
        <description>Handle both places where m68k-parse can be found (for 2.34 and 2.39)

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sun, 25 Dec 2022 17:25:22 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7aa193d2ef651a7cca3bb2c0c2f0ee7bc4e9f647 - Adjust for binutils-2.39</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#7aa193d2ef651a7cca3bb2c0c2f0ee7bc4e9f647</link>
        <description>Adjust for binutils-2.39

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sat, 24 Dec 2022 20:17:46 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/source/history/netbsd-src/tools/binutils/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/tools/binutils/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>6bf278a2a97042469eba3f437808b928589e7b3e - enable initfini-array since all platforms support it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#6bf278a2a97042469eba3f437808b928589e7b3e</link>
        <description>enable initfini-array since all platforms support it.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Fri, 07 May 2021 23:00:04 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0fb52ee6d9a01ede1e19b113422358f0b0227e5 - put the binutils include before /usr/include to get the right md5.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#a0fb52ee6d9a01ede1e19b113422358f0b0227e5</link>
        <description>put the binutils include before /usr/include to get the right md5.h

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sat, 04 Apr 2020 00:47:30 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc83bc10dc8119e36212fb658f57030e68ca9831 - explicitly disable initfini-array; we don&apos;t have it yet.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#dc83bc10dc8119e36212fb658f57030e68ca9831</link>
        <description>explicitly disable initfini-array; we don&apos;t have it yet.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Thu, 27 Dec 2018 16:26:52 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21c73e0dadf29dd610b930cf1d8507acb5f0b895 - Adjust for 2.31.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#21c73e0dadf29dd610b930cf1d8507acb5f0b895</link>
        <description>Adjust for 2.31.1

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Wed, 07 Nov 2018 01:14:19 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf7113376a1e5cdd6d74a09beb94ccc1e9783899 - Create a new bsd.hostinit.mk file and put the build definitions for all host</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#bf7113376a1e5cdd6d74a09beb94ccc1e9783899</link>
        <description>Create a new bsd.hostinit.mk file and put the build definitions for all hostprograms there; make all Makefiles that use bsd.hostprog.mk include it.Namely turn off MKREPRO and don&apos;t make lint, man pages, info files etc.Remove the Makefile.inc files that contained these same settings, andremove the settings from Makefile.host

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Tue, 01 May 2018 19:59:42 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2a8932dbe9fdfd3d41d60d0a04b9a3ba294763d - PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#b2a8932dbe9fdfd3d41d60d0a04b9a3ba294763d</link>
        <description>PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler mightnot support the necessary options. This is done thusly:1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that   use it and don&apos;t include bsd.own.mk.2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that   include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc   first. This will also allow us to control other tools options from a   single location if we need to.XXX: pullup-8

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Tue, 01 May 2018 00:04:34 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>203d3087cb7f6368af81ce82bcc2deab6a3bf24d - pass -L in LDFLAGS.  clang complains about it to stderr, and configure</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#203d3087cb7f6368af81ce82bcc2deab6a3bf24d</link>
        <description>pass -L in LDFLAGS.  clang complains about it to stderr, and configurechecks for headers fail if there are unexpected stderr.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Tue, 11 Oct 2016 03:57:00 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22253bc3327bf8e9f9d3cfd4de5f31f1716e9ea1 - use EXTERNAL_BINUTILS_SUBDIR</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#22253bc3327bf8e9f9d3cfd4de5f31f1716e9ea1</link>
        <description>use EXTERNAL_BINUTILS_SUBDIR

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Tue, 26 Jan 2016 17:47:35 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11b13dddf7aaa69db2dd6dc5f9c62b89dc5a53d9 - No need to specify ${.OBJDIR} for target files.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#11b13dddf7aaa69db2dd6dc5f9c62b89dc5a53d9</link>
        <description>No need to specify ${.OBJDIR} for target files.It rather fails if MKHOSTOBJ=yes.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sat, 15 Feb 2014 13:34:28 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1df17bf6cfc011aaed55441447907ae88ee483d4 - For the tools build, always use the Bison-created m68 asm parser.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#1df17bf6cfc011aaed55441447907ae88ee483d4</link>
        <description>For the tools build, always use the Bison-created m68 asm parser.Fixes build on Linux, where the glibc guards trip up the&quot;must-be-included-first&quot; check in config.h.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Wed, 29 Jan 2014 23:35:13 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ac63422b666fbe53a067de74d8af2aa4e45a08b - force set ac_cv_mkdir_path to our install -d program.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#9ac63422b666fbe53a067de74d8af2aa4e45a08b</link>
        <description>force set ac_cv_mkdir_path to our install -d program.fixes the remaining issues with &apos;sourcesets&apos; and &apos;tools&apos;.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Sun, 15 Apr 2012 08:37:32 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c23dc553e9d98cb650a712568524d943ac7a0018 - obsolete now useless (and wrongly set to &quot;219&quot; :-) HAVE_BINUTILS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#c23dc553e9d98cb650a712568524d943ac7a0018</link>
        <description>obsolete now useless (and wrongly set to &quot;219&quot; :-) HAVE_BINUTILS.switch the sense of the gdb and gcc tests to list the platforms notswitched to gcc 4.5 or gdb 7, which is now:GCC 4.1:.if ${MACHINE_ARCH} == &quot;alpha&quot;	|| \    ${MACHINE_CPU}  == &quot;arm&quot;	|| \    ${MACHINE_CPU}  == &quot;m68k&quot;	|| \    ${MACHINE_CPU}  == &quot;vax&quot;GDB 6:.if ${MACHINE_ARCH} == &quot;alpha&quot;	|| \    ${MACHINE_ARCH} == &quot;hppa&quot;	|| \    ${MACHINE_CPU}  == &quot;mips&quot;	|| \    ${MACHINE_CPU}  == &quot;sh3&quot;	|| \    ${MACHINE_ARCH} == &quot;vax&quot;let&apos;s go, people!  (-:

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Mon, 31 Oct 2011 08:14:43 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9477da8028d4967307679587510e0eee9d534cc - add --disable-werror.  GCC 4.6 doesn&apos;t like some of the code here and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/binutils/Makefile#b9477da8028d4967307679587510e0eee9d534cc</link>
        <description>add --disable-werror.  GCC 4.6 doesn&apos;t like some of the code here andrather than patching code to fix it (and one case isn&apos;t trivially fixable)simply turn off -Werror by default here.  should fix PR#45140.

            List of files:
            /netbsd-src/tools/binutils/Makefile</description>
        <pubDate>Thu, 04 Aug 2011 02:38:41 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
