<?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>b3d5a345 - MFC r340984: Do not install GNU ld if lld is /usr/bin/ld</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#b3d5a345</link>
        <description>MFC r340984: Do not install GNU ld if lld is /usr/bin/ldGNU binutils ld.bfd 2.17.50 does not support ifuncs and produces brokenbinaries when ifuncs are in use.  When LLD_IS_LD is default we have anifunc-capable system linker and can just avoid installing ld.bfd.Merged to stable/12 as libc&apos;s ifunc use has been merged there; ifunc usehas not been merged to releng/12.0 so this change does not need to beeither.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Thu, 29 Nov 2018 15:48:36 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ce3c6b0 - Retire WITHOUT_ELFCOPY_AS_OBJCOPY option</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#9ce3c6b0</link>
        <description>Retire WITHOUT_ELFCOPY_AS_OBJCOPY optionIn FreeBSD 11 ELF Tool Chain&apos;s elfcopy is installed as objcopy bydefault, with the option to switch back to GNU objcopy by settingWITHOUT_ELFCOPY_AS_OBJCOPY in make.conf.We plan to remove the outdated in-tree binutils in FreeBSD 12, soremove the temporary transition aid.Reviewed by:	brooks, impRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D7337

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Mon, 03 Oct 2016 17:49:26 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a64d1a2 - Remove .WAIT hacks and put in specific dependencies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#4a64d1a2</link>
        <description>Remove .WAIT hacks and put in specific dependencies.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Fri, 28 Aug 2015 16:23:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e986477f - Add another .WAIT since sometimes we lose the race.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#e986477f</link>
        <description>Add another .WAIT since sometimes we lose the race.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Fri, 28 Aug 2015 04:32:43 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>144811cc - Drop a .WAIT into the list. Items later in the list than this depend</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#144811cc</link>
        <description>Drop a .WAIT into the list. Items later in the list than this dependon items earlier. Enable parallel builds.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Wed, 26 Aug 2015 02:47:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1bc28ffc - Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAIN</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#1bc28ffc</link>
        <description>Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINThe option was added only to ease the transition from GNU Binutils toELF Tool Chain tools, and that process is now complete (for the viablereplacements). Noting the removal in UPDATING is sufficient as we havenot shipped a release with the option.Reviewed by:	brooksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D3240

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Thu, 13 Aug 2015 17:50:47 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f97aa232 - Remove old GNU Binutils tools now provided by ELF Tool Chain</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#f97aa232</link>
        <description>Remove old GNU Binutils tools now provided by ELF Tool ChainReviewed by:	bapt, brooksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D3238

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Wed, 05 Aug 2015 18:30:00 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ea9e83e - Allow ELF Tool Chain elfcopy to be installed as objcopy</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#5ea9e83e</link>
        <description>Allow ELF Tool Chain elfcopy to be installed as objcopyELF Tool Chain elfcopy is nearly a drop-in replacement for GNU objcopy,but does not currently support PE output which is needed for buildingx86 UEFI bits.Add a src.conf knob to allow installing it as objcopy and set it bydefault for aarch64 only, where we don&apos;t have a native binutils.Reviewed by:	baptSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D2887

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Wed, 29 Jul 2015 18:45:38 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6744fea6 - Switch to ELF toolchain readelf(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#6744fea6</link>
        <description>Switch to ELF toolchain readelf(1)ELF toolchain readelf lacked some functionality at the time other tools(like size, strip, nm, etc.) were switched over to the ELF toolchainversions. That has been addressed as of the last update, so we can addit to the list.PR:		198950 [exp-run]Reviewed by:	bapt, imp, rpauloRelnotes:	yesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D2156

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Mon, 30 Mar 2015 17:38:25 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbb0fbde - Add pregenerated documentation for as(1) and ld(1)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#bbb0fbde</link>
        <description>Add pregenerated documentation for as(1) and ld(1)

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Sun, 04 Jan 2015 00:58:30 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d281361 - Remove GNU texinfo from base along with all info pages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#2d281361</link>
        <description>Remove GNU texinfo from base along with all info pages.To be able to info pages consider installing texinfo from ports print/texinfo orvia pkg: pkg install texinfoDifferential Revision:	https://reviews.freebsd.org/D1409Reviewed by:	emaste, imp (previous version)Relnotes:	yes

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Fri, 02 Jan 2015 18:45:03 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31942939 - Build infrastructure for elftoolchain tools</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#31942939</link>
        <description>Build infrastructure for elftoolchain toolsSet WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain versionof the following tools: * addr2line * elfcopy (strip / mcs) * nm * size * stringsReviewed by:	bapt (earlier version)Sponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D1224

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Mon, 01 Dec 2014 17:49:42 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1577843e - Put each SUBDIR on a separate line</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#1577843e</link>
        <description>Put each SUBDIR on a separate lineThis makes it easier to review or merge changes that modify some subsetof SUBDIRs.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Thu, 27 Nov 2014 20:22:46 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2cc0389f - Remove long-unused GNU ar and ranlib</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#2cc0389f</link>
        <description>Remove long-unused GNU ar and ranlibThe libarchive-based replacements have been used since 2009; the GNUones were kept to support source upgrades from FreeBSD 6.Approved by:	re@ (delphij)

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Tue, 01 Oct 2013 17:40:56 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88ef5f9a - GDB has moved up one level.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#88ef5f9a</link>
        <description>GDB has moved up one level.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Fri, 25 Jun 2004 07:34:56 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13aa0cfc - Disable building of GDB info files until the gdb6 upgrade is finished.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#13aa0cfc</link>
        <description>Disable building of GDB info files until the gdb6 upgrade is finished.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Mon, 21 Jun 2004 18:09:20 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e223c68b - Updated Bmake framework for Binutils 2.15.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#e223c68b</link>
        <description>Updated Bmake framework for Binutils 2.15.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Wed, 16 Jun 2004 07:09:44 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98c20d02 - Disable gdb from the build due to the impending binutils 2.15 import.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#98c20d02</link>
        <description>Disable gdb from the build due to the impending binutils 2.15 import.GDB 5.12 cannot consume the 2.15 bfd and libiberty.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Wed, 16 Jun 2004 05:19:00 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>457946d9 - Remove MAINTAINER lines.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#457946d9</link>
        <description>Remove MAINTAINER lines.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Sat, 14 Jun 2003 19:32:52 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54f937ad - GDB 5.2.1 doesn&apos;t build on sparc64 right now.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/Makefile#54f937ad</link>
        <description>GDB 5.2.1 doesn&apos;t build on sparc64 right now.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/Makefile</description>
        <pubDate>Sun, 20 Oct 2002 21:42:55 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
