<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24faccc2 - [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#24faccc2</link>
        <description>[PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Given that we have converted to ELFv2 for BE already, endianness is the onlydifference between the two ARCHs.As such, there is no need to differentiate LIBC_ARCH between the two.Combining them like this lets us avoid needing to have two copies of severalbits for no good reason.Sponsored by:	Tag1 Consulting, Inc.

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Wed, 23 Sep 2020 00:21:51 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8522d140 - Build the csu tests on all architectures.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#8522d140</link>
        <description>Build the csu tests on all architectures.The tests haven&apos;t been run them, but this is enough to build them so I canget feedback on if the various crt.h headers are correct.MFC with:	r339738Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Tue, 30 Oct 2018 14:44:12 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>812c4fa8 - Add a missing include for src.opts.mk. Without it MK_TESTS isn&apos;t defined.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#812c4fa8</link>
        <description>Add a missing include for src.opts.mk. Without it MK_TESTS isn&apos;t defined.MFC with:	r339738Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Thu, 25 Oct 2018 21:08:15 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31d62a73 - Implement a BSD licensed crtbegin/crtend</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#31d62a73</link>
        <description>Implement a BSD licensed crtbegin/crtendThese are needed for .ctors/.dtors and .jcr handling. The former needsall the function pointers to be called in the correct order from the.init/.fini section. The latter just needs to call a gcj specific functionif it exists with a pointer to the start of the .jcr section.This is currently disabled until __dso_handle support is added.Reviewed by:	emasteMFC after:	1 monthSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D17587

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Thu, 25 Oct 2018 17:39:41 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>014db25b - Update ^/vendor/NetBSD/tests/dist to a more recent snapshot</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#014db25b</link>
        <description>Update ^/vendor/NetBSD/tests/dist to a more recent snapshotPulled on &quot;Thu Aug 11 18:01:19 PDT 2016&quot;

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Fri, 12 Aug 2016 01:05:07 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>302af795 - All FreeBSD platforms are elf: move i386-elf to i386</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#302af795</link>
        <description>All FreeBSD platforms are elf: move i386-elf to i386This was a leftover from when we had both i386 a.out and ELF.Reviewed by:	kib, impSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D2591

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Tue, 19 May 2015 21:00:53 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#478290db</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9d8fda0 - Add a makefle that recurses into the right architecture-specific</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/csu/Makefile#e9d8fda0</link>
        <description>Add a makefle that recurses into the right architecture-specificsub-directory. This to allow simpler logic outside of the csudirectory.Obtained from:	Juniper Networks, Inc.

            List of files:
            /freebsd-14.2/lib/csu/Makefile</description>
        <pubDate>Tue, 21 May 2013 17:47:53 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
