<?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>869af120e434ceb387af229e55fa1a6decf35b94 - objformat(1): Remove incremental-dump handling.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#869af120e434ceb387af229e55fa1a6decf35b94</link>
        <description>objformat(1): Remove incremental-dump handling. Utility is incremental linking test/debug tool and no longer installed in binutils-2.34.  Remove handling for consistency.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 11:11:12 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c753a10a123b74e3b1d8d9f1468fa41906c0bcbb - objformat(1): Fix comment in the Makefile.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#c753a10a123b74e3b1d8d9f1468fa41906c0bcbb</link>
        <description>objformat(1): Fix comment in the Makefile.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sat, 17 Mar 2018 08:30:45 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>875016c420fdaac14f246722934abc113dc159d4 - Expose ld.bfd and ld.gold</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#875016c420fdaac14f246722934abc113dc159d4</link>
        <description>Expose ld.bfd and ld.goldIt&apos;s now expected that ld, ld.bfd, and ld.gold are all installed bymodern binutils.  The -fuse-gold option on GCC depends on it (both frombase and ports) and possibly clang as well.  This work is 6 months old,but it was never committed as collect2 utility was only recentlybuilt and installed.Discussed with:	dillon (6 months ago).

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sat, 01 Oct 2016 00:26:59 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>37c5a0dbec037771c8f75f042916d547d8117a41 - binutils 2.22: Activate building in world</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#37c5a0dbec037771c8f75f042916d547d8117a41</link>
        <description>binutils 2.22: Activate building in worldThe next commit will change the default to make binutils 2.22 primeand demote binutils 2.21 to be the backup.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Fri, 25 Nov 2011 23:05:34 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>e6cf42891ee0d948b99f56402a418e4f61bfaca5 - Revert &quot;binutils 2.22: Activate building in world&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#e6cf42891ee0d948b99f56402a418e4f61bfaca5</link>
        <description>Revert &quot;binutils 2.22: Activate building in world&quot;This reverts commit e8402471895f5f3b9bc77fde77d732db0feea249.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 11:03:57 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>e8402471895f5f3b9bc77fde77d732db0feea249 - binutils 2.22: Activate building in world</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#e8402471895f5f3b9bc77fde77d732db0feea249</link>
        <description>binutils 2.22: Activate building in worldThe next commit will change the default to make binutils 2.22 primeand demote binutils 2.21 to be the backup.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Fri, 25 Nov 2011 23:05:34 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>9e66a35c12d8f1f909e202a12ae43ac61ec4a8a0 - gprof: Replace BSD gprof and gprof4 with gnu gprof</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#9e66a35c12d8f1f909e202a12ae43ac61ec4a8a0</link>
        <description>gprof: Replace BSD gprof and gprof4 with gnu gprofThis stops old gprof and gprof4 from getting built, and links gnu profto /usr/bin.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Thu, 21 Jul 2011 18:01:15 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>82100819b4d7236be6f1a5b72fd3df10294ab377 - c++filt: Switch from compiler to binutils versions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#82100819b4d7236be6f1a5b72fd3df10294ab377</link>
        <description>c++filt: Switch from compiler to binutils versions

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sat, 21 May 2011 11:38:10 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>1f03b21eefb95dd4ed21da580f482ef19c0bc59c - Remove fortran from base.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#1f03b21eefb95dd4ed21da580f482ef19c0bc59c</link>
        <description>Remove fortran from base.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Wed, 14 May 2008 15:02:48 +0000</pubDate>
        <dc:creator>Hasso Tepper &lt;hasso@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c03f08f36c0122373cab0d3832d20e8c3256afc1 - Pull WARNS6 into usr.bin/Makefile.inc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#c03f08f36c0122373cab0d3832d20e8c3256afc1</link>
        <description>Pull WARNS6 into usr.bin/Makefile.inc.Most of usr.bin is marked as WARNS6, so add exceptions in individualMakefiles.  Also, remove any warning flags from CFLAGS in those Makefiles.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Mon, 27 Aug 2007 16:51:02 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>3c0aa72ee10d4d08f62fe57d50fe8edf1bd8e187 - Compile in a variable default search prefix.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#3c0aa72ee10d4d08f62fe57d50fe8edf1bd8e187</link>
        <description>Compile in a variable default search prefix.Up to now, even a objdump created in the ctools phase used the standardsearch path (&quot;/&quot;) instead of using the correct prefix, unless invokedwith OBJFORMAT_PREFIX set.  Use TOOLS_PREFIX as a default search prefix tomake the ctools phase objdump work as expected.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Sun, 26 Aug 2007 08:15:50 +0000</pubDate>
        <dc:creator>Simon Schubert &lt;corecode@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ee3181aeefd0d955412f0faeb96874156877a134 - Fix some warnings and raise WARNS to 6.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#ee3181aeefd0d955412f0faeb96874156877a134</link>
        <description>Fix some warnings and raise WARNS to 6.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Tue, 08 May 2007 20:59:37 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;swildner@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>c0b454bc1c2bc272cfafa7cd445b4f8302c74a5a - Add g77 link.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#c0b454bc1c2bc272cfafa7cd445b4f8302c74a5a</link>
        <description>Add g77 link.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Wed, 21 Dec 2005 16:43:17 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f3ffdc5be94b8a3b74e443c6e06b3c633c020768 - Switch to gdb 6.2.1 and wait for new problem reports.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#f3ffdc5be94b8a3b74e443c6e06b3c633c020768</link>
        <description>Switch to gdb 6.2.1 and wait for new problem reports.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Tue, 09 Nov 2004 21:08:16 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>65b1133a9364411b20cd91546e016b1e9bb9ac68 - Change the variable from CCVER_DEFAULT to OBJFORMAT_BUILTIN_CCVER_DEFAULT</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#65b1133a9364411b20cd91546e016b1e9bb9ac68</link>
        <description>Change the variable from CCVER_DEFAULT to OBJFORMAT_BUILTIN_CCVER_DEFAULTand BINUTILSVER_DEFAULT to OBJFORMAT_BULTIN_BINUTILSVER_DEFAULT.Wanted-better-name: Matthew Dillon

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Tue, 26 Oct 2004 19:14:18 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f29fb17dd751d7f8a9d82ed80620240f2de41015 - Add support to specify the default compiler and binutil version in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#f29fb17dd751d7f8a9d82ed80620240f2de41015</link>
        <description>Add support to specify the default compiler and binutil version in/etc/make.conf.Use entries of the formCCVER_DEFAULT=	gcc34BINUTILSVER_DEFAULT=	binutils214to use gcc34 and the new binutils by default.Add the DragonFly copyright to objformat.c.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Tue, 26 Oct 2004 11:27:46 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>170303421b362769833650ccf53494fe20c67f0c - binutils214 stage 2/4.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#170303421b362769833650ccf53494fe20c67f0c</link>
        <description>binutils214 stage 2/4. * Normalize binutils212 and binutils214.  Remove /usr/bin/gcc{2,3}/*   and move those binaries to /usr/libexec/gcc{2,3}.  Adjust objformat   to suit. * Hack up contrib/gcc3 to accomodoate library path requirements and fix   STANDARD_BINDIR_PREFIX.  Add a missing trailing &apos;/&apos; in STANDARD_EXEC_PREFIX. * Adjust /usr/src/etc/Makefile (upgrade_etc) to remove old GCC and BINUTILS   junk. * Cleanup etc/mtree/BSD.usr.dist * Only build gcc2 for non-cross-compiled i386 native builds.  Do not   build libc_r for non-i386 architectures for now.  Allow on sysctl based   setproctitle() updates for non-i386 architectures for now. * Move ldscripts from /usr/libdata/gcc{2,3}/ldscripts into   /usr/libexec/binutilsXXX/ldscripts and remove /usr/libdata/gcc{2,3}. * GCC vendor obrien-&gt;dillon, change TARGET_OS in various places from   freebsd -&gt; dragonfly. * Consolidate config.h differences for cross builds in the Makefiles so   we need only have one config.h for binutils214/as. * Cleanup and fix default target BFD for the assembler and linker when   cross-building. * Build both the 32 and 64 bit support BFD&apos;s for binutils214 even if   just doing a native build. * Remove a bunch of alpha junk (incomplete). * Note gnu/usr.bin/binutils214/libbfd/dfly_targmatch.h contains aliases   to match dragonfly BFD targets.  Some are probably unnecessary but I   had to move on. * Bring in a bunch of AMD64 related files (incomplete). * Update rpcgen to locate cpp with the current path instead of /usr/bin/cpp.   Add rpcgen to the buildworld bootstrap tools.Obtained-From: A good chunk of the amd64-specific files were adapted from	FreeBSD-5 (authored by Peter Wemm and others).

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Mon, 02 Feb 2004 05:43:16 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>91b13002369b6ce41f2a2f7eb33f957da2eff4a0 - Add support for ${BINUTILSVER} to objformat. This defaults to gcc2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#91b13002369b6ce41f2a2f7eb33f957da2eff4a0</link>
        <description>Add support for ${BINUTILSVER} to objformat. This defaults to gcc2and generates the current locations (e.g. /usr/libexec/gcc2/elf/as).c++filt was moved into the normal compiler bindir.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Fri, 23 Jan 2004 22:30:25 +0000</pubDate>
        <dc:creator>Joerg Sonnenberger &lt;joerg@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4806ab2eb48faff4e76412e27ad0c30609288d37 - Major GCC surgery.  Move most compiler-specific files into named</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/usr.bin/objformat/Makefile#4806ab2eb48faff4e76412e27ad0c30609288d37</link>
        <description>Major GCC surgery.  Move most compiler-specific files into namedsubdirectories and do a major overhaul of the front-end binaries in /usr/bin.    /usr/libdata/gcc -&gt; /usr/libdata/gcc2    /usr/libdata/ldscripts -&gt; /usr/libdata/gcc2/ldscripts    /usr/libexec/{all_gcc_bins} -&gt; /usr/libexec/gcc2/*    /usr/libexec/{elf,aout}/* -&gt; /usr/libexec/gcc2/{elf,aout}/*OBJFORMAT_PATH has been changed from a full path to a base path, becausethe objformat binary (hardlinked to most compiler related binaries in/usr/bin) must now interpret the command name and use one of two differentpaths to find the actual binary.  Previously certain gcc binaries, such as&apos;cc&apos; and &apos;cpp&apos;, were directly installed in /usr/bin.  That is no longer thecase.Objformat now supports the GCCVER environment variable for vectoring thecompiler version.  This will be used to support gcc3 and other compilers.

            List of files:
            /dflybsd-src/usr.bin/objformat/Makefile</description>
        <pubDate>Fri, 16 Jan 2004 07:45:22 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@dragonflybsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
