From e0f32e59beaa8f2e4f445eef9679cae2cb86ebe3 Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 24 Oct 2025 05:14:25 +0000 Subject: [PATCH] Fix fallout from gcc3 removal by using another arbitrary large XML for libexpat benchmarks. --- regress/lib/libexpat/benchmark/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/lib/libexpat/benchmark/Makefile b/regress/lib/libexpat/benchmark/Makefile index 620303eb870..3376fc79d55 100644 --- a/regress/lib/libexpat/benchmark/Makefile +++ b/regress/lib/libexpat/benchmark/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ +# $OpenBSD: Makefile,v 1.2 2025/10/24 05:14:25 anton Exp $ # take any large xml file located in our source tree -XMLFILE?= ${BSDSRCDIR}/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/porting-howto.xml +XMLFILE?= ${BSDSRCDIR}/regress/usr.sbin/rpki-client/rrdp/notification.xml run-regress-benchmark: ${PROG} time ./${PROG} ${XMLFILE} 65535 10000