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

This commit is contained in:
rin 2023-08-17 05:35:09 +00:00
parent 6318e78cc7
commit ab9092b155
1 changed files with 5 additions and 1 deletions

View File

@ -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_PLATFORM} --disable-nls \
--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