Module Name:    src
Committed By:   christos
Date:           Mon Mar  4 19:52:33 UTC 2024

Modified Files:
        src/external/gpl3/gcc.old/lib/libiberty: Makefile

Log Message:
-DDEBUG is broken for regex.c


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/gcc.old/lib/libiberty/Makefile

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

Modified files:

Index: src/external/gpl3/gcc.old/lib/libiberty/Makefile
diff -u src/external/gpl3/gcc.old/lib/libiberty/Makefile:1.13 src/external/gpl3/gcc.old/lib/libiberty/Makefile:1.14
--- src/external/gpl3/gcc.old/lib/libiberty/Makefile:1.13	Fri Jul 14 15:46:36 2023
+++ src/external/gpl3/gcc.old/lib/libiberty/Makefile	Mon Mar  4 14:52:33 2024
@@ -1,9 +1,10 @@
-#	$NetBSD: Makefile,v 1.13 2023/07/14 19:46:36 mrg Exp $
+#	$NetBSD: Makefile,v 1.14 2024/03/04 19:52:33 christos Exp $
 
 LIBISPRIVATE=	yes
 
 .include <bsd.init.mk>
 
+DEBUGFLAGS=	# XXX: regex.c has broken debugging printfs
 GCC_MACHINE_ARCH?=${MACHINE_ARCH:S/earmv5/earm/}
 
 LIB=		iberty

Reply via email to