<?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>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/arc/stand/boot/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>swap libz and libkern so that libz finds __moddi3().</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.20</description>
    <pubDate>Tue May 05 08:38:21 UTC 2026</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>arc: stand: Switch to libsa/getopt, NFCI</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.19</description>
    <pubDate>Sat Jun 29 08:02:06 UTC 2024</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Explicitly strip debug info on calling objdump for ecoff boot binaries.<br/><br/>As noted by martin@ on tech-toolchain@, release binaries are built<br/>with MKDEBUG=yes so standalone binaries should explicitly remove<br/>debug info generated by -g option.<br/> https://mail-index.netbsd.org/tech-toolchain/2020/06/02/msg003809.html<br/><br/>Should be pulled up to netbsd-9.<br/>(ARC BIOS gets confused by debug info sections in ecoff binaries<br/> and boot binary in 9.0 doesn't work)</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.18</description>
    <pubDate>Wed Jun 03 11:33:38 UTC 2020</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.17.18;<br/>centralize vers.c building for standalone programs.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.17</description>
    <pubDate>Sat Apr 08 19:53:20 UTC 2017</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;<br/>Avoid the PIE</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.16</description>
    <pubDate>Thu Sep 08 14:36:13 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.15.6;  1.15.10;<br/>eliminate use of bsd.sys.mk from Makefiles</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.15</description>
    <pubDate>Thu Jan 16 01:15:33 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.<br/><br/>XXX: probabry we should have bsd.saprog.mk or something.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.14</description>
    <pubDate>Sun Jan 12 15:26:28 UTC 2014</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.13.2;  1.13.12;  1.13.16;<br/>build this as a o32 application.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.13</description>
    <pubDate>Wed Jul 13 14:09:36 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Merge forward from matt-nb5-mips64.<br/>Adapt to new interrupt/spl framework.<br/>Add LP64 support.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.12</description>
    <pubDate>Sun Feb 20 07:52:43 UTC 2011</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly<br/>disabled by -D) from the output of newvers_stand.sh.  Change -D to the<br/>inverted logic, so that it adds the date to bootprog_rev in ().<br/><br/>Change all platforms accordingly. -D is added if MKREPRO is not yes and<br/>wasn't present before. Platforms that didn't use -D don't depend on<br/>MKREPRO now either.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.11</description>
    <pubDate>Sat Jan 22 19:19:16 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Switch remaining platforms to modern CPP for assembler.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.10</description>
    <pubDate>Fri Jan 21 15:59:05 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;  1.9.4;<br/>Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.<br/>trees, because it can race with the libsa/libkern/etc. makefiles' own<br/>cleandir rules. I think I've found all of the uses of the offending idiom...<br/>Closes PR 43360.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.9</description>
    <pubDate>Thu May 27 06:58:12 UTC 2010</pubDate>
    <dc:creator>dholland</dc:creator>
</item>

<item>
    <title>branches:  1.8.2;  1.8.4;<br/>Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.<br/>They were removed from &lt;lib/libsa/stand.h&gt; on December 2007.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.8</description>
    <pubDate>Fri Apr 03 10:38:12 UTC 2009</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Use &lt;bsd.klinks.mk&gt; to create MD include dir symlinks.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.7</description>
    <pubDate>Sun Mar 15 13:57:57 UTC 2009</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.6.60;  1.6.68;  1.6.74;<br/>Revert previous, because header search path for src/common/include is<br/>now handled in src/sys/lib/libkern/Makefile.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.6</description>
    <pubDate>Mon Aug 28 13:42:39 UTC 2006</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Add "-I${S}/../common/include" to CPPFLAGS for libprop sources in libkern.<br/><br/>XXX: shouldn't this be handled by sys/lib/libkern/Makefile.inc?</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.5</description>
    <pubDate>Sat Jul 22 14:11:35 UTC 2006</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.4.4;  1.4.8;<br/>Don't try and create/cleanup symlinks before objdirs are created.<br/><br/>Doesn't everyone use ro src?</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.4</description>
    <pubDate>Wed Dec 28 08:04:44 UTC 2005</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>merge ktrace-lwp.</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.3</description>
    <pubDate>Sun Dec 11 00:16:41 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.2.2;  1.2.8;<br/>Don't need realdepend/realall depends anymore now that .BEGIN is fixed</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.2</description>
    <pubDate>Wed May 11 16:55:31 UTC 2005</pubDate>
    <dc:creator>jmc</dc:creator>
</item>

<item>
    <title>branches:  1.1.2;<br/>Add a long-awaited standalone boot program for arc port to load<br/>ELF kernels instead of booting ECOFF kernels directly by ARCBIOS.<br/>Tested on my NEC-J96A and NEC-JC94, and ok'ed by soda.<br/><br/>XXX: Maybe we should share some of these sources with sgimips<br/>XXX: (in sys/dev/arcbios/stand?)</title>
    <description>/src/sys/arch/arc/stand/boot/Makefile - 1.1</description>
    <pubDate>Mon Apr 18 16:27:54 UTC 2005</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>
</channel></rss>

