<?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>0d1e6041893a8ce8edbc1a0f948196063d8660b3 - libsa: Hook getopt.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#0d1e6041893a8ce8edbc1a0f948196063d8660b3</link>
        <description>libsa: Hook getopt.cIts declaration (as well as `optarg` et al.) is already in stand.h.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 29 Jun 2024 08:00:06 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c76c2272ed33e9382ba21d8bb8c83a57d05f685 - Drop -O[01] hacks for vax; no longer necessary for patched GCC 10</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#7c76c2272ed33e9382ba21d8bb8c83a57d05f685</link>
        <description>Drop -O[01] hacks for vax; no longer necessary for patched GCC 10PR port-vax/57646: Import major vax toolchain fix by Kalvis DuckmantonXXXRO: GCC 12 may require hacks for a while, but it turned out thatGCC 12 should be treated differently from older versions; a lot of newfiles need -O[01] flags, while some may no longer require it.I will take a look later.Note that these hacks are not required if Kalvis&apos;s patches for GCC 12are applied.Keep doc/HACKS entries for a while (will be sync with update for GCC 12).diff --git a/crypto/external/bsd/openssh/lib/Makefile b/crypto/external/bsd/openssh/lib/Makefileindex 96a93f5e396..4e38be1b642 100644--- a/crypto/external/bsd/openssh/lib/Makefile+++ b/crypto/external/bsd/openssh/lib/Makefile@@ -117,12 +117,6 @@ COPTS.${f}.c+=	-Wno-pointer-sign # XXX COPTS.channels.c+=	-fno-strict-aliasing-# XXX-.if ${MACHINE} == &quot;vax&quot;-COPTS.poly1305.c+=	-O0-COPTS.umac.c+=		-O0-.endif- COPTS.hostfile.c+=	${CC_WNO_FORMAT_TRUNCATION} COPTS.sshkey.c+=	${CC_WNO_FORMAT_TRUNCATION} COPTS.cipher.c+=	-Wno-error=deprecated-declarationsdiff --git a/distrib/utils/x_ping/Makefile b/distrib/utils/x_ping/Makefileindex f1c452a0d60..8ee77580a3f 100644--- a/distrib/utils/x_ping/Makefile+++ b/distrib/utils/x_ping/Makefile@@ -12,10 +12,6 @@ CPPFLAGS+=	-I${SRCDIR} -DCRUNCHOPS DPADD=		${LIBM} LDADD=		-lm-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.ping.c=-O0-.endif- .include &lt;bsd.prog.mk&gt; .PATH:		${SRCDIR}diff --git a/external/apache2/argon2/lib/libargon2/Makefile.inc b/external/apache2/argon2/lib/libargon2/Makefile.incindex d3f4470c6c7..6a1dd146d7d 100644--- a/external/apache2/argon2/lib/libargon2/Makefile.inc+++ b/external/apache2/argon2/lib/libargon2/Makefile.inc@@ -16,7 +16,3 @@ CFLAGS+=	-pthread LDADD+=-lpthread DPADD+=${LIBPTHREAD} .endif--.if ${MACHINE} == &quot;vax&quot;-COPTS.blake2b.c+=	-O0-.endifdiff --git a/external/bsd/jemalloc/lib/Makefile.inc b/external/bsd/jemalloc/lib/Makefile.incindex 2f524358f46..d5da774f293 100644--- a/external/bsd/jemalloc/lib/Makefile.inc+++ b/external/bsd/jemalloc/lib/Makefile.inc@@ -53,12 +53,6 @@ COPTS.ctl.c+=-Wno-error=stack-protector COPTS.stats.c+=-Wno-error=stack-protector COPTS.tcache.c+=-Wno-error=stack-protector-.if ${MACHINE_ARCH} == &quot;vax&quot;-# in merge_overlapping_regs, at regrename.c-COPTS.arena.c+=-O0-COPTS.extent.c+=-O0-.endif- SRCS+=${JEMALLOC_SRCS} jemalloc.d jemalloc.pico jemalloc.o jemalloc.ln jemalloc.po jemalloc.go: \diff --git a/external/bsd/mdocml/lib/libmandoc/Makefile b/external/bsd/mdocml/lib/libmandoc/Makefileindex 40d7e29ae88..dfd3077a2c7 100644--- a/external/bsd/mdocml/lib/libmandoc/Makefile+++ b/external/bsd/mdocml/lib/libmandoc/Makefile@@ -39,11 +39,6 @@ tbl_opts.c MAN=	mandoc.3-# XXX-.if ${MACHINE} == &quot;vax&quot;-COPTS.mdoc_macro.c+=-O0-.endif- COPTS.man_validate.c+=-Wno-error=array-bounds .include &lt;bsd.lib.mk&gt;diff --git a/external/gpl3/binutils.old/lib/libbfd/Makefile b/external/gpl3/binutils.old/lib/libbfd/Makefileindex 03477232b55..74a354532fa 100644--- a/external/gpl3/binutils.old/lib/libbfd/Makefile+++ b/external/gpl3/binutils.old/lib/libbfd/Makefile@@ -41,10 +41,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${BFD_MACHINE_ARCH} -I${DIST}/include -I. \ 		-DDEBUGDIR=\&quot;${DEBUGDIR}\&quot; -DLIBDIR=\&quot;${LIBDIR}\&quot; \ 		-DBINDIR=\&quot;${BINDIR}\&quot;-.if (${BFD_MACHINE_ARCH} == &quot;vax&quot;)-CPPFLAGS.elf.c +=	-O0-.endif- COPTS.pei-x86_64.c+=	-Wno-stack-protector COPTS.elfxx-mips.c+=	-Wno-stack-protector COPTS.elf.c+=		${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-overflow :}diff --git a/external/gpl3/binutils/lib/libbfd/Makefile b/external/gpl3/binutils/lib/libbfd/Makefileindex 00cb2b20081..a3f0c25fd35 100644--- a/external/gpl3/binutils/lib/libbfd/Makefile+++ b/external/gpl3/binutils/lib/libbfd/Makefile@@ -41,10 +41,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${BFD_MACHINE_ARCH} -I${DIST}/include -I. \ 		-DDEBUGDIR=\&quot;${DEBUGDIR}\&quot; -DLIBDIR=\&quot;${LIBDIR}\&quot; \ 		-DBINDIR=\&quot;${BINDIR}\&quot;-.if (${BFD_MACHINE_ARCH} == &quot;vax&quot;)-CPPFLAGS.elf.c +=	-O0-.endif- COPTS.pei-x86_64.c+=	-Wno-stack-protector COPTS.elfxx-mips.c+=	-Wno-stack-protector COPTS.elf.c+=		${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-overflow :}diff --git a/external/gpl3/gcc.old/lib/Makefile.sanitizer b/external/gpl3/gcc.old/lib/Makefile.sanitizerindex efd36ae4bee..5173a5109a0 100644--- a/external/gpl3/gcc.old/lib/Makefile.sanitizer+++ b/external/gpl3/gcc.old/lib/Makefile.sanitizer@@ -88,22 +88,3 @@ COPTS+=-fno-builtin -fno-exceptions -fno-rtti -funwind-tables # Can&apos;t profile without it` #-fomit-frame-pointer--.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.sanitizer_allocator.cc += -O1-COPTS.sanitizer_common.cc += -O1-COPTS.sanitizer_common_libcdep.cc += -O1-COPTS.sanitizer_coverage_libcdep.cc += -O1-COPTS.sanitizer_coverage_mapping_libcdep.cc += -O1-COPTS.sanitizer_deadlock_detector1.cc += -O1-COPTS.sanitizer_mac.cc += -O1-COPTS.sanitizer_netbsd.cc += -O1-COPTS.sanitizer_posix.cc += -O1-COPTS.sanitizer_printf.cc += -O1-COPTS.sanitizer_procmaps_common.cc += -O1-COPTS.sanitizer_stackdepot.cc += -O1-COPTS.sanitizer_symbolizer_libcdep.cc += -O1-COPTS.sanitizer_symbolizer_report.cc += -O1-COPTS.ubsan_diag.cc += -O1-COPTS.ubsan_init.cc += -O1-.endifdiff --git a/external/gpl3/gcc.old/lib/libasan/Makefile b/external/gpl3/gcc.old/lib/libasan/Makefileindex 1e6f9608abe..3da7bbf2f58 100644--- a/external/gpl3/gcc.old/lib/libasan/Makefile+++ b/external/gpl3/gcc.old/lib/libasan/Makefile@@ -49,14 +49,6 @@ LIBDPLIBS+= m  ${NETBSDSRCDIR}/lib/libm LIBDPLIBS+= pthread ${NETBSDSRCDIR}/lib/libpthread CPPFLAGS+=-DCAN_SANITIZE_UB=0-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.asan_allocator.cc += -O1-COPTS.asan_report.cc += -O1-COPTS.sanitizer_file.cc += -O1-COPTS.ubsan_diag.cc += -O1-COPTS.ubsan_init.cc += -O1-.endif- .if ${MACHINE_ARCH} == &quot;mipsel&quot; || ${MACHINE_ARCH} == &quot;mipseb&quot; COPTS.asan_interceptors.cc += -O1 .endifdiff --git a/external/gpl3/gcc.old/lib/liblsan/Makefile b/external/gpl3/gcc.old/lib/liblsan/Makefileindex 4578544a9a8..ddb7981077c 100644--- a/external/gpl3/gcc.old/lib/liblsan/Makefile+++ b/external/gpl3/gcc.old/lib/liblsan/Makefile@@ -16,11 +16,6 @@ LSAN_SRCS+= \ 	lsan_linux.cc \ 	lsan_thread.cc-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.lsan_allocator.cc += -O1-COPTS.sanitizer_file.cc += -O1-.endif- LIB=	lsan SRCS+=	${LSAN_SRCS} LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libmdiff --git a/external/gpl3/gcc.old/lib/libubsan/Makefile b/external/gpl3/gcc.old/lib/libubsan/Makefileindex 2e2faca7b1c..9de82550d14 100644--- a/external/gpl3/gcc.old/lib/libubsan/Makefile+++ b/external/gpl3/gcc.old/lib/libubsan/Makefile@@ -26,10 +26,6 @@ UBSAN_SRCS= \ COPTS.${_s}.cc+=-frtti .endfor-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.sanitizer_file.cc += -O1-.endif- LIB=	ubsan SRCS+=	${UBSAN_SRCS} LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libmdiff --git a/external/gpl3/gcc.old/usr.bin/cc1/Makefile b/external/gpl3/gcc.old/usr.bin/cc1/Makefileindex c55e292ee8e..ff12a5be524 100644--- a/external/gpl3/gcc.old/usr.bin/cc1/Makefile+++ b/external/gpl3/gcc.old/usr.bin/cc1/Makefile@@ -46,17 +46,6 @@ CPPFLAGS.default-c.c+=	-I${BACKENDOBJ} BUILDSYMLINKS+= ${GNUHOSTDIST}/gcc/config/sh/sh-c.cc sh-c.c .endif-.if ${MACHINE_CPU} == &quot;vax&quot;-COPTS.c-decl.c+=-O0-COPTS.c-typeck.c+=-O0-COPTS.c-array-notation.c+=-O0-COPTS.c-common.c+=-O0-COPTS.c-ada-spec.c+=-O0-COPTS.cilk.c+=-O0-COPTS.c-ubsan.c+=-O0-COPTS.cc1-checksum.c+=-O0-.endif- .if ${MACHINE_ARCH} == &quot;mipseb&quot; || ${MACHINE_ARCH} == &quot;mipsel&quot; COPTS.c-common.c+=-O3 .endifdiff --git a/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile b/external/gpl3/gcc.old/usr.bin/cc1obj/Makefileindex 3123ee0d60b..aab82ad3448 100644--- a/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile+++ b/external/gpl3/gcc.old/usr.bin/cc1obj/Makefile@@ -44,16 +44,8 @@ COPTS.objc-act.c+=			-Wno-stack-protector COPTS.objc-gnu-runtime-abi-01.c+=	-Wno-stack-protector COPTS.objc-next-runtime-abi-01.c+=	-Wno-stack-protector-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.c-decl.c+=-O0-COPTS.c-typeck.c+=-O0-COPTS.c-array-notation.c+=-O0-COPTS.c-common.c+=-O0-COPTS.c-ada-spec.c+=-O0-COPTS.cilk.c+=-O0-COPTS.c-ubsan.c+=-O0-COPTS.cc1obj-checksum.c+=-O0-.endif+COPTS.c-cppbuiltin.c+=	${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :}+COPTS.c-typeck.c+=	${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :} .if ${MACHINE_ARCH} == &quot;mipseb&quot; || ${MACHINE_ARCH} == &quot;mipsel&quot; COPTS.c-common.c+=-O3diff --git a/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile b/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefileindex b9c108251c5..e04e8fc7f53 100644--- a/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile+++ b/external/gpl3/gcc.old/usr.bin/cc1objplus/Makefile@@ -69,18 +69,6 @@ COPTS.objc-act.c+=			-Wno-stack-protector COPTS.objc-gnu-runtime-abi-01.c+=	-Wno-stack-protector COPTS.objc-next-runtime-abi-01.c+=	-Wno-stack-protector-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.c-decl.c+=-O0-COPTS.c-typeck.c+=-O0-COPTS.c-array-notation.c+=-O0-COPTS.c-common.c+=-O0-COPTS.c-ada-spec.c+=-O0-COPTS.cilk.c+=-O0-COPTS.c-ubsan.c+=-O0-COPTS.cc1obj-checksum.c+=-O0-COPTS.decl.c+=-O0-.endif- .if ${MACHINE_ARCH} == &quot;mipseb&quot; || ${MACHINE_ARCH} == &quot;mipsel&quot; COPTS.c-common.c+=-O3 .endifdiff --git a/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile b/external/gpl3/gcc.old/usr.bin/cc1plus/Makefileindex 7936efd3a5e..7c54559e21a 100644--- a/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile+++ b/external/gpl3/gcc.old/usr.bin/cc1plus/Makefile@@ -31,23 +31,6 @@ CHECKSUM_OBJS= ${LIBBACKTRACEOBJ}/libbacktrace.a \ CFLAGS+=	-Wno-error=stack-protector-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.call.c+=-O0-COPTS.decl.c+=-O0-COPTS.typeck2.c+=-O0-COPTS.class.c+=-O0-COPTS.typeck.c+=-O0-COPTS.init.c+=-O0-COPTS.semantics.c+=-O0-COPTS.mangle.c+=-O0-COPTS.constexpr.c+=-O0-COPTS.c-common.c+=-O0-COPTS.c-ada-spec.c+=-O0-COPTS.cilk.c+=-O0-COPTS.c-ubsan.c+=-O0-COPTS.cc1plus-checksum.c+=-O0-.endif- .if ${MACHINE_ARCH} == &quot;mipseb&quot; || ${MACHINE_ARCH} == &quot;mipsel&quot; COPTS.c-common.c+=-O3 .endifdiff --git a/external/gpl3/gcc.old/usr.bin/gcc/Makefile b/external/gpl3/gcc.old/usr.bin/gcc/Makefileindex 7a66d77ffc7..a5a4b1c3adf 100644--- a/external/gpl3/gcc.old/usr.bin/gcc/Makefile+++ b/external/gpl3/gcc.old/usr.bin/gcc/Makefile@@ -25,9 +25,6 @@ ${SRCS}: ${GCCARCH}/defs.mk .include &lt;bsd.info.mk&gt; COPTS.gcc.c=	-Wno-stack-protector-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.dse.c=	-O1-.endif .PATH: ${DIST}/gcc ${DIST}/gcc/doc ${DIST}/gcc/cdiff --git a/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile b/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefileindex 751d1513eec..33aeb1c9898 100644--- a/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile+++ b/external/gpl3/gcc.old/usr.bin/libdecnumber/Makefile@@ -14,10 +14,6 @@ SRCS=		decNumber.c decContext.c decimal32.c decimal64.c decimal128.c CPPFLAGS+=	-I${.CURDIR}/arch/${GCC_MACHINE_ARCH} -I${DIST}/libdecnumber CPPFLAGS+=	-I${DIST}/libgcc-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.decNumber.c=-O0-.endif- .include &lt;bsd.lib.mk&gt; # Force using C++ for thisdiff --git a/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile b/external/gpl3/gcc.old/usr.bin/lto-dump/Makefileindex 90f44a9fcf6..fd251464fb7 100644--- a/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile+++ b/external/gpl3/gcc.old/usr.bin/lto-dump/Makefile@@ -24,11 +24,6 @@ COPTS.lto-common.c+=	-Wno-stack-protector .include &quot;../Makefile.backtrace&quot; .include &quot;../Makefile.libdecnumber&quot;-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.lto-lang.c+=-O0-COPTS.lto-symtab.c+=-O0-.endif- LDADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lm DPADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} ${LIBINTL} ${LIBZ} ${LIBM}diff --git a/external/gpl3/gcc.old/usr.bin/lto1/Makefile b/external/gpl3/gcc.old/usr.bin/lto1/Makefileindex 4c49161a64c..340d3c6124f 100644--- a/external/gpl3/gcc.old/usr.bin/lto1/Makefile+++ b/external/gpl3/gcc.old/usr.bin/lto1/Makefile@@ -21,11 +21,6 @@ COPTS.lto-common.c+=	-Wno-stack-protector .include &quot;../Makefile.libcpp&quot; .include &quot;../Makefile.libdecnumber&quot;-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.lto-lang.c+=-O0-COPTS.lto-symtab.c+=-O0-.endif- LDADD+= ${LIBIBERTYOBJ}/libiberty.a DPADD+= ${LIBIBERTYOBJ}/libiberty.a LDADD+=	${LIBIBERTY} ${LIBMPC} ${LIBMPFR} ${LIBGMP} -lintl -lz -lmdiff --git a/external/gpl3/gdb.old/lib/libdecnumber/Makefile b/external/gpl3/gdb.old/lib/libdecnumber/Makefileindex bcd4ae5b222..ce28811526b 100644--- a/external/gpl3/gdb.old/lib/libdecnumber/Makefile+++ b/external/gpl3/gdb.old/lib/libdecnumber/Makefile@@ -18,10 +18,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${GDB_MACHINE_ARCH} \ SRCS=		${G_OBJS:.o=.c} ${G_SOURCES}-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.decNumber.c=-O0-.endif- .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd .include &lt;bsd.lib.mk&gt;diff --git a/external/gpl3/gdb/lib/libdecnumber/Makefile b/external/gpl3/gdb/lib/libdecnumber/Makefileindex c95d36e3dfa..e3169865304 100644--- a/external/gpl3/gdb/lib/libdecnumber/Makefile+++ b/external/gpl3/gdb/lib/libdecnumber/Makefile@@ -18,10 +18,6 @@ CPPFLAGS+=	-I${.CURDIR}/arch/${GDB_MACHINE_ARCH} \ SRCS=		${G_OBJS:.o=.c} ${G_SOURCES}-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.decNumber.c=-O0-.endif- .PATH: ${DIST}/libdecnumber ${DIST}/libdecnumber/dpd ${DIST}/libdecnumber/bid .include &lt;bsd.lib.mk&gt;diff --git a/external/gpl3/gdb/lib/libgdb/Makefile b/external/gpl3/gdb/lib/libgdb/Makefileindex b87a515d13a..c118c363975 100644--- a/external/gpl3/gdb/lib/libgdb/Makefile+++ b/external/gpl3/gdb/lib/libgdb/Makefile@@ -66,12 +66,6 @@ CFLAGS:=		${CXXFLAGS} -std=gnu++17 -Wno-error=stack-protector ada-exp.c: ada-lex.c-.if ${MACHINE} == &quot;vax&quot;-. if ${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} &gt;= 8-COPTS.read.c+=	-O0-. endif-.endif- # These are generated by implicit rules and are not easy to generate CLEANDIRFILES+= \ 	ada-exp.c ada-lex.c \diff --git a/external/mit/xorg/lib/gallium.old/Makefile b/external/mit/xorg/lib/gallium.old/Makefileindex 55b2fe3d1c1..bfa40c8974f 100644--- a/external/mit/xorg/lib/gallium.old/Makefile+++ b/external/mit/xorg/lib/gallium.old/Makefile@@ -1211,10 +1211,6 @@ SYMLINKS+= gallium_dri.so.${SHLIB_MAJOR}.debug ${DRIDEBUGDIR}/${_d}_dri.so.${SHL COPTS+=	${${ACTIVE_CC} == &quot;clang&quot;:? -Wa,-Av8plus  :} .endif-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.nir.c += -O1-.endif- # XXXGCC12 .if ${MACHINE_ARCH} == &quot;m68k&quot; COPTS.st_glsl_to_tgsi.cpp += -O1diff --git a/external/mit/xorg/lib/gallium/Makefile b/external/mit/xorg/lib/gallium/Makefileindex 6778a8c11c8..9f1422080fe 100644--- a/external/mit/xorg/lib/gallium/Makefile+++ b/external/mit/xorg/lib/gallium/Makefile@@ -1428,10 +1428,6 @@ SYMLINKS+= gallium_dri.so.${SHLIB_MAJOR}.debug ${DRIDEBUGDIR}/${_d}_dri.so.${SHL COPTS+=	${${ACTIVE_CC} == &quot;clang&quot;:? -Wa,-Av8plus  :} .endif-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.nir.c += -O1-.endif- COPTS.u_atomic.c+=	${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} &gt;= 10:? -Wno-builtin-declaration-mismatch :} .include &lt;bsd.lib.mk&gt;diff --git a/external/mit/xorg/lib/libX11/Makefile.libx11 b/external/mit/xorg/lib/libX11/Makefile.libx11index e103d9ace12..0e55c2a4732 100644--- a/external/mit/xorg/lib/libX11/Makefile.libx11+++ b/external/mit/xorg/lib/libX11/Makefile.libx11@@ -471,11 +471,6 @@ COPTS.OpenDis.c+=	-Wno-error	# XXX xf86bigfstr.h COPTS.XlibInt.c+=	-Wno-error	# XXX xcmiscstr.h COPTS.XKBBind.c+=	-Wno-deprecated-declarations	# uses XKeycodeToKeysym-# XXX-.if ${MACHINE} == &quot;vax&quot;-COPTS.lcWrap.c+=	-O0-.endif- CWARNFLAGS.clang+=	-Wno-string-plus-int .include &quot;${NETBSDSRCDIR}/external/mit/xorg/tools/makekeys/Makefile.makekeys&quot;diff --git a/games/gomoku/Makefile b/games/gomoku/Makefileindex e86a63aaea7..678537066ed 100644--- a/games/gomoku/Makefile+++ b/games/gomoku/Makefile@@ -9,10 +9,6 @@ LDADD=	-lcurses -lterminfo HIDEGAME=hidegame CPPFLAGS+=	${DEBUG:D-DDEBUG}-.if ${MACHINE} == &quot;vax&quot;-COPTS.pickmove.c += -O0-.endif- #WARNS=		6	# would produce warnings about small integer types LINTFLAGS+=	-w	# treat warnings as errors LINTFLAGS+=	-T	# strict bool modediff --git a/games/phantasia/Makefile b/games/phantasia/Makefileindex e9c53f23ae5..b919dac17c6 100644--- a/games/phantasia/Makefile+++ b/games/phantasia/Makefile@@ -52,7 +52,3 @@ map: map.c 	./map | plot &gt; /dev/tty .include &lt;bsd.prog.mk&gt;--.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.misc.c+=	-O0-.endifdiff --git a/lib/i18n_module/UTF7/Makefile b/lib/i18n_module/UTF7/Makefileindex 712c1515d42..7136f7f0cc3 100644--- a/lib/i18n_module/UTF7/Makefile+++ b/lib/i18n_module/UTF7/Makefile@@ -3,6 +3,3 @@ SRCPRE=citrus_ .include &lt;bsd.lib.mk&gt;-.if ${MACHINE_ARCH} == &quot;vax&quot; &amp;&amp; defined(HAVE_GCC)-COPTS.citrus_utf7.c+=	-O0-.endifdiff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefileindex b2aea1e04b0..e60a2862d48 100644--- a/lib/libbz2/Makefile+++ b/lib/libbz2/Makefile@@ -15,11 +15,6 @@ SRCS=		blocksort.c huffman.c crctable.c randtable.c compress.c \ INCS=		bzlib.h INCSDIR=	/usr/include-# XXX huffman.c gets mis-compiled with 2.95.3-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS+=		-O0-.endif- COPTS+=		${CC_WNO_IMPLICIT_FALLTHROUGH} # XXX blocksort.c gets mis-compiled with 4.1diff --git a/lib/libc/gdtoa/Makefile.inc b/lib/libc/gdtoa/Makefile.incindex 132686fc33d..609da919803 100644--- a/lib/libc/gdtoa/Makefile.inc+++ b/lib/libc/gdtoa/Makefile.inc@@ -44,10 +44,3 @@ SRCS+=	dmisc.c \ .if ${MACHINE_ARCH} != &quot;vax&quot; SRCS+=	strtord.c .endif--# XXX revisit with newer GCC.-# Ensure numbers like 0xffff319f5fa95963 print correctly-# (&quot;999999999999999.98&quot;, not garbage like &quot;?A&gt;C&gt;@&gt;C:BA;A&gt;&lt;.:&lt;&quot;)-.if ${MACHINE_ARCH} == &quot;vax&quot; &amp;&amp; defined(HAVE_GCC)-COPTS.misc.c+=	-O0-.endifdiff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefileindex cb3f89d6d09..e9c8be820da 100644--- a/lib/libcrypt/Makefile+++ b/lib/libcrypt/Makefile@@ -30,9 +30,6 @@ SRCS+=		crypt-argon2.c SRCS+=		${src} COPTS.${src}+=	-fvisibility=hidden .  endfor-.  if ${MACHINE} == &quot;vax&quot;-COPTS.blake2b.c+=	-O0-.  endif .endif WARNS?=	5diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefileindex f5baae1e883..24f7e1121e5 100644--- a/libexec/ld.elf_so/Makefile+++ b/libexec/ld.elf_so/Makefile@@ -141,10 +141,6 @@ CPPFLAGS+=	-DRTLD_DEFAULT_LIBRARY_PATH=\&quot;${SHLIBDIR}:${LIBDIR}\&quot; COPTS.rtld.c+=	-Wno-stack-protector COPTS.symbol.c+=-Wno-stack-protector-.if ${MACHINE_CPU} == &quot;vax&quot;-COPTS.rtld.c+=	-O0-.endif- LDADD+=		-Wl,--version-script=${.CURDIR}/symbols.map LDADD+=		-L${CLIBOBJ} -L${DESTDIR}${LIBDIR} .if ${MKPICLIB} != &quot;no&quot;diff --git a/sbin/fsck_ffs/Makefile.common b/sbin/fsck_ffs/Makefile.commonindex 765638b2801..824e3bf2628 100644--- a/sbin/fsck_ffs/Makefile.common+++ b/sbin/fsck_ffs/Makefile.common@@ -36,7 +36,3 @@ COPTS.ffs_appleufs.c+=	-Wno-pointer-sign .if ${MACHINE_ARCH} == &quot;m68000&quot; COPTS.pass1.c+=	-fno-tree-fre -fno-tree-lrs .endif-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.pass1.c+=	-O0-COPTS.inode.c+=	-O0-.endifdiff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefileindex c039f73a1eb..3b0331e5880 100644--- a/sbin/fsdb/Makefile+++ b/sbin/fsdb/Makefile@@ -39,12 +39,6 @@ COPTS.${f}.c+=	-Wno-pointer-sign COPTS.pass1.c+=	-fno-tree-fre -fno-tree-lrs .endif-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.pass1.c+=	-O0-COPTS.inode.c+=	-O0-COPTS.fsdb.c+=	-O0-.endif- CWARNFLAGS.gcc+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER} .include &lt;bsd.prog.mk&gt;diff --git a/sbin/newfs_ext2fs/Makefile b/sbin/newfs_ext2fs/Makefileindex 40a44b9a038..ecfdbff4d3a 100644--- a/sbin/newfs_ext2fs/Makefile+++ b/sbin/newfs_ext2fs/Makefile@@ -20,8 +20,4 @@ DPADD+=${LIBPROP} .PATH:	${NETBSDSRCDIR}/sys/ufs/ext2fs ${FSCK}-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.mke2fs.c=-O0-.endif- .include &lt;bsd.prog.mk&gt;diff --git a/sbin/ping/Makefile b/sbin/ping/Makefileindex 4f33501ea7a..1f7f56e3ea5 100644--- a/sbin/ping/Makefile+++ b/sbin/ping/Makefile@@ -12,8 +12,4 @@ CPPFLAGS+=	-DIPSEC LDADD+= -lipsec DPADD+= ${LIBIPSEC}-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.ping.c=-O0-.endif- .include &lt;bsd.prog.mk&gt;diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vaxindex cf095d54a86..c483eaa644a 100644--- a/sys/arch/vax/conf/Makefile.vax+++ b/sys/arch/vax/conf/Makefile.vax@@ -34,7 +34,6 @@ GENASSYM_CONF=	${VAX}/vax/genassym.cf CPPFLAGS+=	-D_VAX_INLINE_ AFLAGS+=	-x assembler-with-cpp -fno-pic CFLAGS+=	-fno-pic-COPTS.wsmux.c+=	${${ACTIVE_CC} == &quot;gcc&quot; &amp;&amp; ${HAVE_GCC:U0} &gt;= 9:? -O1 :} ##diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefileindex 718c97ce857..4ef3840c753 100644--- a/sys/lib/libsa/Makefile+++ b/sys/lib/libsa/Makefile@@ -96,7 +96,3 @@ SRCS+=	ufs.c lib${LIB}.o:: ${OBJS:O} __buildstdlib CPPFLAGS+=	-Wno-pointer-sign--.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.bootp.c+=	-O0-.endifdiff --git a/sys/lib/libz/Makefile b/sys/lib/libz/Makefileindex 6945c0da6c6..61fb7d4f652 100644--- a/sys/lib/libz/Makefile+++ b/sys/lib/libz/Makefile@@ -25,7 +25,3 @@ CLEANFILES+= lib${LIB}.o .include &lt;bsd.lib.mk&gt; lib${LIB}.o:: ${OBJS:O} __buildstdlib--.if defined(HAVE_GCC) &amp;&amp; ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.inftrees.c+=	-O0-.endifdiff --git a/sys/modules/lfs/Makefile b/sys/modules/lfs/Makefileindex 962538821a5..ea8f187e160 100644--- a/sys/modules/lfs/Makefile+++ b/sys/modules/lfs/Makefile@@ -18,9 +18,4 @@ SRCS+=	ulfs_bmap.c ulfs_dirhash.c ulfs_inode.c ulfs_lookup.c \ WARNS=	3-.if ${MACHINE} == &quot;vax&quot;-# GCC 6.5 and 7.4 cannot compile this with -DDIAGNOSTIC and -O2/-O1-COPTS.lfs_inode.c+=	-O0-.endif- .include &lt;bsd.kmodule.mk&gt;diff --git a/sys/rump/fs/lib/liblfs/Makefile b/sys/rump/fs/lib/liblfs/Makefileindex abade3767d9..68b74c62502 100644--- a/sys/rump/fs/lib/liblfs/Makefile+++ b/sys/rump/fs/lib/liblfs/Makefile@@ -17,9 +17,6 @@ SRCS+=	ulfs_bmap.c ulfs_dirhash.c ulfs_extattr.c 			\ CFLAGS+=        -DLFS_KERNEL_RFW-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.lfs_inode.c+=-O0-.endif .include &lt;bsd.lib.mk&gt; .include &lt;bsd.klinks.mk&gt;diff --git a/usr.sbin/mtrace/Makefile b/usr.sbin/mtrace/Makefileindex aef09db6198..9c125c15265 100644--- a/usr.sbin/mtrace/Makefile+++ b/usr.sbin/mtrace/Makefile@@ -12,10 +12,6 @@ PROG=	mtrace SRCS=	igmp.c inet.c kern.c mtrace.c MAN=	mtrace.8-.if ${MACHINE_ARCH} == &quot;vax&quot;-COPTS.mtrace.c=-O0-.endif- BINMODE=4555 BINOWN= rootdiff --git a/external/gpl3/gcc.old/usr.bin/backend/Makefile b/external/gpl3/gcc.old/usr.bin/backend/Makefileindex d69a26fe619..99e881c783d 100644--- a/external/gpl3/gcc.old/usr.bin/backend/Makefile+++ b/external/gpl3/gcc.old/usr.bin/backend/Makefile@@ -533,68 +533,9 @@ COPTS.insn-recog.c+=-Wno-error .if ${GCC_MACHINE_ARCH} == &quot;vax&quot; CPPFLAGS+=-I${.CURDIR}/../../lib/libgcc/libgcov/arch/${GCC_MACHINE_ARCH}-COPTS.builtins.c+=-O0-COPTS.calls.c+=-O0-COPTS.convert.c+=-O0-COPTS.data-streamer-out.c+=-O0-COPTS.dse.c+=-O0					# XXX port-vax/51967-COPTS.dwarf2out.c+=-O0-COPTS.expmed.c+=-O0-COPTS.expr.c+=-O0 -Wno-error=tautological-compare-COPTS.fixed-value.c+=-O0-COPTS.fold-const.c+=-O0-COPTS.generic-match.c+=-O0-COPTS.gimple-fold.c+=-O0-COPTS.gimple-match.c+=-O0-COPTS.gimple-ssa-strength-reduction.c+=-O0-COPTS.gimple-ssa-warn-restrict.c+=-O0-COPTS.gimple.c+=-O0-COPTS.internal-fn.c+=-O0-COPTS.lto-streamer-out.c+=-O0-COPTS.omp-low.c+=-O0-COPTS.predict.c+=-O0-COPTS.range-op.cc+=-O0-COPTS.recog.c+=-O0-COPTS.sanopt.c+=-O0-COPTS.stmt.c+=-O0-COPTS.stor-layout.c+=-O0-COPTS.targhooks.c+=-O0-COPTS.tree-affine.c+=-O0-COPTS.tree-cfg.c+=-O0-COPTS.tree-data-ref.c+=-O0-COPTS.tree-eh.c+=-O0-COPTS.tree-if-conv.c+=-O0-COPTS.tree-object-size.c+=-O0-COPTS.tree-parloops.c+=-O0-COPTS.tree-predcom.c+=-O0-COPTS.tree-pretty-print.c+=-O0-COPTS.tree-ssa-alias.c+=-O0-COPTS.tree-ssa-ccp.c+=-O0-COPTS.tree-ssa-forwprop.c+=-O0-COPTS.tree-ssa-loop-ivopts.c+=-O0-COPTS.tree-ssa-loop-manip.c+=-O0-COPTS.tree-ssa-loop-niter.c+=-O0-COPTS.tree-ssa-math-opts.c+=-O0-COPTS.tree-ssa-phiopt.c+= -O0-COPTS.tree-ssa-pre.c+=-O0-COPTS.tree-ssa-reassoc.c+=-O0-COPTS.tree-ssa-strlen.c+=-O0-COPTS.tree-ssa-uninit.c+=-O0-COPTS.tree-ssa.c+=-O0-COPTS.tree-switch-conversion.c+=-O0-COPTS.tree-vect-data-refs.c+=-O0-COPTS.tree-vect-loop-manip.c+=-O0-COPTS.tree-vect-loop.c+=-O0-COPTS.tree-vect-patterns.c+=-O0-COPTS.tree-vect-stmts.c+=-O0-COPTS.tree-vrp.c+=-O0-COPTS.tree.c+=-O0-COPTS.ubsan.c+=-O0-COPTS.varasm.c+=-O0-COPTS.vr-values.c+=-O0-COPTS.web.c+=-O0-COPTS.wide-int-range.cc+=-O0-COPTS.wide-int.cc+=-O0++COPTS.expmed.c+=-Wno-error=tautological-compare+COPTS.expr.c+=-Wno-error=tautological-compare .else COPTS.tree.c=	${${ACTIVE_CC} == &quot;clang&quot; :? -O0 :} .endif

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 07 Oct 2023 12:15:49 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f7259cc3862abb94e3dcf9e6415745d87ce8a44b - We don&apos;t want SSP/FORTIFY here.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#f7259cc3862abb94e3dcf9e6415745d87ce8a44b</link>
        <description>We don&apos;t want SSP/FORTIFY here.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Wed, 30 Aug 2023 18:47:37 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13c625776cdaa3a0372c89d80872435957682950 - add bi-endian support to the libsa ufs reader and enable it in efiboot.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#13c625776cdaa3a0372c89d80872435957682950</link>
        <description>add bi-endian support to the libsa ufs reader and enable it in efiboot.ffs frontends to &quot;ufs.c&quot; now also define ufs_dinode_swap, ufs_indp_swap,and FS_MAGIC (moved from ufs.c #if segments.)  these are used to callthe right (32/64 bit) ffsv1/v2 version.ufs.c &apos;struct file&apos; gains f_swapped member.  accessors for d_magic,d_reclen, and d_ino are introduced (they need to be swapped.)  sfterreading an inode from disk, read_inode() may call ufs_dinode_swap().indirect block number and caches may be swapped.error handling in ffs_find_superblock() is cleaned up.  (size is slightlyreduced on some ports with this part.)defaults for new defines added to ufs.c.  (XXX: we build ufs.c but i thinkall the consumers don&apos;t use it, and we can stop building it.)LFS support is not included.add a cut-down copy of ffs_bswap.c from the kernel.also enable bi-endian disklabel support in efiboot.most ports build and sizes compared for platforms that don&apos;t enable thiscode and all but one saw reduced code size.  booted several platforms withnew boot code.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Thu, 27 May 2021 06:54:44 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7de9d97fa44ba024876248cc6b39a5a7c7958194 - move bi-endian disklabel support from the kernel and libsa into libkern.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#7de9d97fa44ba024876248cc6b39a5a7c7958194</link>
        <description>move bi-endian disklabel support from the kernel and libsa into libkern.- dkcksum() and dkcksum_sized() move from subr_disk.c and from  libsa into libkern/dkcksum.c (which is missing _sized() version),  using the version from usr.sbin/disklabel.- swap_disklabel() moves from subr_disk_mbr.c into libkern, now called  disklabel_swap().  (the sh3 version should be updated to use this.)- DISKLABEL_EI becomes a first-class option with opt_disklabel.h.- add libkern.h to libsa/disklabel.c.this enables future work for bi-endian libsa/ufs.c (relevant for ffsv1,ffsv2, lfsv1, and lfsv2), as well as making it possible for ports notusing subr_disk_mbr.c to include bi-endian disklabel support (which,afaict, includes any disk on mbr-supporting platforms that do not havean mbr as well as disklabel.)builds successsfully on: alpha, i386, amd64, sun2, sun3, evbarm64,evbarm64-eb, sparc, and sparc64.  tested in anita on i386 and sparc,testing in hardware on evbarm64*.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 17 May 2021 08:50:36 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b2eb8312b782317b85d845e766cecc41c76e658 - oops, move GCC_NO_ADDR_OF_PACKED_MEMBER into the right header.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#3b2eb8312b782317b85d845e766cecc41c76e658</link>
        <description>oops, move GCC_NO_ADDR_OF_PACKED_MEMBER into the right header.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 01:54:26 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d620b78e2e97e4a49ee9d0a227da4bc93af40cb - apply GCC_NO_ADDR_OF_PACKED_MEMBER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#8d620b78e2e97e4a49ee9d0a227da4bc93af40cb</link>
        <description>apply GCC_NO_ADDR_OF_PACKED_MEMBER

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 07 Sep 2020 00:32:49 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1eeaadb0771e748ff99a013a02da8ba964e16c4 - Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#a1eeaadb0771e748ff99a013a02da8ba964e16c4</link>
        <description>Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image ofopposite byte order (for arm EFI bootloader).XXXCurrently, it is restricted to load_elf*.c. It would be nice if we canrecognize disklabel and filesystem of opposite byte order.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sun, 21 Jul 2019 16:53:17 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ad267eb1d1735bdf16f6aebb5e9b4ed29887f9 - fix sign-compare and sign-passing errors.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#94ad267eb1d1735bdf16f6aebb5e9b4ed29887f9</link>
        <description>fix sign-compare and sign-passing errors.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Tue, 02 Apr 2019 22:25:10 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>10497fd285fb21c25f76e74beeb53b30864bc3f3 - fix warnings, printf formats, etc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#10497fd285fb21c25f76e74beeb53b30864bc3f3</link>
        <description>fix warnings, printf formats, etc.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sun, 31 Mar 2019 20:08:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de3955c3eb1db2ec7faea1057506c16d54e6ce56 - Use the standard build rules.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#de3955c3eb1db2ec7faea1057506c16d54e6ce56</link>
        <description>Use the standard build rules.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Tue, 05 Jun 2018 00:57:47 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65f5251eae295ec927ea39736af48af4f1c690dd - remove a bunch of &quot;@echo done&quot; from the tail of rules.  these messages</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#65f5251eae295ec927ea39736af48af4f1c690dd</link>
        <description>remove a bunch of &quot;@echo done&quot; from the tail of rules.  these messageswere vaguely useful back when we didn&apos;t run make -j, but now you endup with a single line &quot;done&quot; every so often, with no idea what it isfor.  very few other targets claim they&apos;re done so just remove these.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Tue, 22 Mar 2016 08:25:22 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea72de740ff610502128fd683127ea575f35a56b - Order library object build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#ea72de740ff610502128fd683127ea575f35a56b</link>
        <description>Order library object build.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 07 Sep 2015 03:44:19 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9068ec741b0a8671c3dacac7a19de3554db3da0d - Sprinkle more done messages.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#9068ec741b0a8671c3dacac7a19de3554db3da0d</link>
        <description>Sprinkle more done messages.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Mon, 07 Sep 2015 03:20:18 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b2cf7659d8dbede27b957757f7961e46f2b0af7 - Unify all arch/*/stand&apos;s atoi() to MI libsa.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#7b2cf7659d8dbede27b957757f7961e46f2b0af7</link>
        <description>Unify all arch/*/stand&apos;s atoi() to MI libsa.lib/libsa/atoi.c was separated from lib/libsa/bootcfg.c.PR/49084

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sun, 10 Aug 2014 07:40:49 +0000</pubDate>
        <dc:creator>isaki &lt;isaki@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9c95bf5794b2a62e1b9ffd06a74e1e0d5f7c4dd - patch posted to tech-kern@ 2014/06/25 for review with minor changes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#e9c95bf5794b2a62e1b9ffd06a74e1e0d5f7c4dd</link>
        <description>patch posted to tech-kern@ 2014/06/25 for review with minor changesresulting from feedback.move multiple copies of code for parsing boot.cfg file from sparc, i386and zaurus into libsa/bootcfg.{h,c}. largely retained i386 parsing logicin addition to keeping sparc dispatch function while remaining consistentwith boot.cfg(5).previous sparc64 file format has been obsoleted but only used by bootCDs distrib/sparc64/bootfs/boot.cfg has been updated to compensate.exported names have been prefixed with either BOOTCFG_ or bootcfg_ as perfeedback from christos@tested on amd64 &amp; sparc64 but not zaurus.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 28 Jun 2014 09:16:18 +0000</pubDate>
        <dc:creator>rtr &lt;rtr@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac641cb90663920dd1cefa7018ad9ceb26be0e43 - remove remaining makefile support for GCC &lt; 45 that i found.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#ac641cb90663920dd1cefa7018ad9ceb26be0e43</link>
        <description>remove remaining makefile support for GCC &lt; 45 that i found.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sat, 14 Jun 2014 20:49:36 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>54ec44dad1b0d3ac2c314635b93e01d7667308e7 - Remove {v,}sprintf</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#54ec44dad1b0d3ac2c314635b93e01d7667308e7</link>
        <description>Remove {v,}sprintf

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Wed, 26 Mar 2014 18:02:24 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb834b97bada919ae06a43dc4d1aa80672164f86 - Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#bb834b97bada919ae06a43dc4d1aa80672164f86</link>
        <description>Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Sun, 12 Jan 2014 15:19:57 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0f9ccc93059a95c7f41d4d9eaef30f536981a63 - Use LIBISPRIVATE?= yes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libsa/Makefile#f0f9ccc93059a95c7f41d4d9eaef30f536981a63</link>
        <description>Use LIBISPRIVATE?= yes

            List of files:
            /netbsd-src/sys/lib/libsa/Makefile</description>
        <pubDate>Wed, 21 Aug 2013 08:30:50 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
