Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 05:35:09 UTC 2023

Modified Files:
        src/tools/gdb: Makefile

Log Message:
tools/gdb: Sprinkle --enable-obsolete for ia64 :(


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/tools/gdb/Makefile

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

Modified files:

Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.46 src/tools/gdb/Makefile:1.47
--- src/tools/gdb/Makefile:1.46	Tue Aug 15 19:56:07 2023
+++ src/tools/gdb/Makefile	Thu Aug 17 05:35:09 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.46 2023/08/15 19:56:07 christos Exp $
+#	$NetBSD: Makefile,v 1.47 2023/08/17 05:35:09 rin Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -12,6 +12,10 @@ CONFIGURE_ARGS=	--target=${MACHINE_GNU_P
 		--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," \
 		--without-mpfr --with-libgmp-prefix=${TOOLDIR}
 
+.if ${MACHINE} == "ia64"
+CONFIGURE_ARGS+=--enable-obsolete
+.endif
+
 MAKE_ARGS=	MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
 
 ALL_TARGET=	all-gdb

Reply via email to