<?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.powerpc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>711feca6 - Add rs6000 to the architectures on PowerPC. It&apos;s needed by gdb(1).</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#711feca6</link>
        <description>Add rs6000 to the architectures on PowerPC. It&apos;s needed by gdb(1).

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Thu, 24 Aug 2006 02:36:21 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d0fc2f4 - MAJOR cleanup of the Bmake framework.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#7d0fc2f4</link>
        <description>MAJOR cleanup of the Bmake framework.This includes removing all vestiges of the old not-really supportedability to build cross tools targeting non-FreeBSD systems, such asm68k Lynx and NetBSD.  Move as much duplicated code from platformMakefiles into the shared Makefiles.  Add a simple mechanism forspecifying ELF &apos;ldscripts&apos;.  Also share as many .h files as possible(now a single bfd.h vs. one per platform).

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Thu, 08 Jul 2004 17:05:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b728dfd - Move the elf32-target.h and elf64-target.h targets from the MD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#5b728dfd</link>
        <description>Move the elf32-target.h and elf64-target.h targets from the MDmakefiles to the centralized makefile. This not only reducesduplication, it also makes the MD quirks stand out better andthus improves maintenance.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Sat, 19 Jun 2004 20:37:38 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>176b5bb7 - Cleaner support of a DEFAULT_VECTOR.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#176b5bb7</link>
        <description>Cleaner support of a DEFAULT_VECTOR.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Mon, 02 Dec 2002 09:59:05 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf12a49e - Handle the &quot;HAVE_&quot; defines via the VECS list.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#bf12a49e</link>
        <description>Handle the &quot;HAVE_&quot; defines via the VECS list.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Mon, 02 Dec 2002 09:53:59 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4dfcdb5 - Update to Binutils 2.12.0 and stick to the native emulation for now.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#d4dfcdb5</link>
        <description>Update to Binutils 2.12.0 and stick to the native emulation for now.This lets us get on the with the task at hand -- porting FreeBSD.We can get fancy later on.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Fri, 17 May 2002 03:43:47 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbd7c7f0 - Clean up the formatting.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#bbd7c7f0</link>
        <description>Clean up the formatting.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Sun, 14 Oct 2001 00:58:59 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ecc4dcbd - s/MACHINE_ARCH/TARGET_ARCH/g</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#ecc4dcbd</link>
        <description>s/MACHINE_ARCH/TARGET_ARCH/gThe target machine is represented by TARGET_ARCH. MACHINE_ARCH alwaysrepresents the host machine. When TARGET_ARCH is not defined, it isassumed to be equal to MACHINE_ARCH. This means that we&apos;re building anative toolset by default. We&apos;re creating cross-compilation tools whenMACHINE_ARCH != TARGET_ARCH.TARGET_ARCH is defined when building binutils as part of the bootstrapbuild and is set to reflect the architecture we&apos;re currently cross-building. With this change binutils is ready for cross-building.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Fri, 17 Dec 1999 15:50:45 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>01552010 - Add support for additional architectures.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc#01552010</link>
        <description>Add support for additional architectures.

            List of files:
            /freebsd-12.1/gnu/usr.bin/binutils/libbfd/Makefile.powerpc</description>
        <pubDate>Sat, 06 Nov 1999 21:28:22 +0000</pubDate>
        <dc:creator>John Birrell &lt;jb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
