On Sat, 14 Feb 2026 11:21:51 +0100
Jakub Jelinek <[email protected]> wrote:
> The following patch adds new configure options similar to ObjC/Algol68
> --with-bdw-gc{,-lib,-include}= configure options where one can
> override the default of -I /usr/include/libxml2 and -lxml2 for
> finding libxml2 headers and library. Similarly to the bdw-gc
> options, the override can be for all multilibs or just specific to
> each multilib.
>
> Bootstrapped/regtested on x86_64-linux and i686-linux without any of
> the new options on the configure line, and tested also with
> ../configure --enable-languages=c,c++,cobol
> --with-target-libxml2=/tmp/libxml2 \
> --disable-bootstrap --disable-libsanitizer --disable-libgomp
> Ok for trunk?
Yes and thank you.
--jkl