jcs's openbsd hax
openbsd

Fix fallout from gcc3 removal by using another arbitrary large XML for libexpat benchmarks.

anton e0f32e59 f7635e2c

+2 -2
+2 -2
regress/lib/libexpat/benchmark/Makefile
··· 1 - # $OpenBSD: Makefile,v 1.1.1.1 2017/06/30 14:56:08 bluhm Exp $ 1 + # $OpenBSD: Makefile,v 1.2 2025/10/24 05:14:25 anton Exp $ 2 2 3 3 # take any large xml file located in our source tree 4 - XMLFILE?= ${BSDSRCDIR}/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/porting-howto.xml 4 + XMLFILE?= ${BSDSRCDIR}/regress/usr.sbin/rpki-client/rrdp/notification.xml 5 5 6 6 run-regress-benchmark: ${PROG} 7 7 time ./${PROG} ${XMLFILE} 65535 10000