Module Name:    src
Committed By:   skrll
Date:           Mon Apr 29 07:31:18 UTC 2024

Modified Files:
        src/sys/arch/hppa/stand/xxboot: Makefile

Log Message:
Ensure a user specified DBG isn't used for xxboot.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/stand/xxboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/stand/xxboot/Makefile
diff -u src/sys/arch/hppa/stand/xxboot/Makefile:1.4 src/sys/arch/hppa/stand/xxboot/Makefile:1.5
--- src/sys/arch/hppa/stand/xxboot/Makefile:1.4	Fri Jan 13 18:43:43 2023
+++ src/sys/arch/hppa/stand/xxboot/Makefile	Mon Apr 29 07:31:18 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2023/01/13 18:43:43 martin Exp $
+#	$NetBSD: Makefile,v 1.5 2024/04/29 07:31:18 skrll Exp $
 
 NODEBUG=yes
 PROG=	xxboot
@@ -17,6 +17,9 @@ CPPFLAGS+=	-D__daddr_t=int32_t -D__ino_t
 CPPFLAGS+=	-Dconst=
 COPTS+=		-Os -fno-delete-null-pointer-checks -funsigned-char -mdisable-fpregs -mpa-risc-1-0
 
+# Make sure we override any optimization options specified by the user
+DBG=		# empty
+
 .include <bsd.own.mk>
 
 LINKS=	${BINDIR}/${PROG} ${BINDIR}/sdboot

Reply via email to