<?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>67f8e5a5 - Update Makefile and config.h.bsd for libopcodes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#67f8e5a5</link>
        <description>Update Makefile and config.h.bsd for libopcodes.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Mon, 01 Nov 2010 19:42:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a35d8893 - For variables that are only checked with defined(), don&apos;t provide</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#a35d8893</link>
        <description>For variables that are only checked with defined(), don&apos;t provideany fake value.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Sun, 24 Oct 2004 15:33:08 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@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/libopcodes/Makefile#e223c68b</link>
        <description>Updated Bmake framework for Binutils 2.15.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/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>46f8fdc3 - Removed now unused INTERNALSTATICLIB.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#46f8fdc3</link>
        <description>Removed now unused INTERNALSTATICLIB.INTERNALLIB now implies NOPIC and NOPROFILE.Removed gratuitous NOMAN.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Mon, 13 May 2002 11:09:07 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd9d63ec - Clean up the formatting.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#cd9d63ec</link>
        <description>Clean up the formatting.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Sun, 14 Oct 2001 01:31:37 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ba3ae90 - Add a BINUTILSDISTDIR hook to provide a path to a full binutils release</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#3ba3ae90</link>
        <description>Add a BINUTILSDISTDIR hook to provide a path to a full binutils releaseoutside the contrib files that FreeBSD distributes. This for use bythose who want to work on porting FreeBSD to additional architectures.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Sat, 06 Nov 1999 21:04:46 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b7a44a6 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#9b7a44a6</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Fri, 27 Aug 1999 23:37:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7408d8ff - Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#7408d8ff</link>
        <description>Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Unlike the unisex architecutres we&apos;ve had so far, mips is bisexual.These tools can produce either byte sex, and the compiler/makedetermines the proper gender to use.  Otherwise, we&apos;d have to have hadmipsel and mipseb in all the places that we have just mips.  And thereare other complications with doing that (binutils doesn&apos;t like tobuild mips tools without both byte genders, it seems).Introduced BINUTIL_ARCH so that other bisexual architectures can ageneric mechanism.We cannot just define MACHINE_ARCH as mips because we need todifferentiate big and little endian types of binaries.  Discussions onfreebsd-arch have hashed out this issue (and the parallel libcissues).  NetBSD is moving towards mipsel and mipseb for their twoflavors of mips ports (in time for 1.4, if this change hasn&apos;t alreadybeen accomplished).I&apos;ve been building i386 worlds with this tree for a three months withthese files in place with no ill effects.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Mon, 01 Mar 1999 04:01:57 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f07eaee2 - Replace empty install targets with definitions of INTERNALLIB and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#f07eaee2</link>
        <description>Replace empty install targets with definitions of INTERNALLIB andINTERNALSTATICLIB to suppress installation of internal libraries.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Thu, 12 Mar 1998 05:14:19 +0000</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab5ad3a4 - Restructure the binutils hierarchy somewhat in order to better</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#ab5ad3a4</link>
        <description>Restructure the binutils hierarchy somewhat in order to bettersupport building it for variant architectures.  It was alreadybecoming clear that the former structure was too rigid and didn&apos;tscale well.The usual sort of makefile magic arranges to .include an architecturespecific makefile &quot;Makefile.${MACHINE_ARCH}&quot; in each directorywhere it exists.  Also, sources will be found in each subdirectory&quot;${MACHINE_ARCH}&quot; that exists.  This is all taken care of automaticallyby the top level &quot;Makefile.inc0&quot;.This all seems to work right for the i386 now.  I have also convertedthose alpha pieces already present to the new schema as best Icould.Also: change the BINDIR on the i386 to /usr/libexec/elf for &quot;ar&quot;and &quot;ranlib&quot;.  They are not object format independent enough toput into /usr/bin.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Thu, 12 Mar 1998 02:55:43 +0000</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e280533 - Add bmakefiles for building binutils from the contrib tree.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile#2e280533</link>
        <description>Add bmakefiles for building binutils from the contrib tree.This finishes up the binutils import.  But I am leaving it disabledin &quot;src/gnu/usr.bin/Makefile&quot; for now.  It is not used by anythingyet, so I&apos;ll take this opportunity to run one more round of testsbefore enabling it.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libopcodes/Makefile</description>
        <pubDate>Sun, 01 Mar 1998 23:41:17 +0000</pubDate>
        <dc:creator>John Polstra &lt;jdp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
