From 74969ad39b86a0c65c9f4b017a8539559998a49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?= Date: Sun, 8 Sep 2024 01:50:40 +0200 Subject: [PATCH] Disable GCC fixincludes Not needed for running mlibc CI, and it might lead to us keeping copies of headers with bugs in them around. --- build-many-tools.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/build-many-tools.bash b/build-many-tools.bash index 1e3d5b0..93811ae 100755 --- a/build-many-tools.bash +++ b/build-many-tools.bash @@ -81,6 +81,7 @@ for target in "${targets[@]}"; do ( --disable-{libssp,libsanitizer,libquadmath,gdb,gold,gprof,gprofng} \ --disable-{libdecnmumber,readline,sim,libctf,libgomp,libatomic} \ --disable-{libffi,libitm,libvtv} \ + --disable-fixincludes \ "${workarounds[@]}" \ ${MANYTOOLS_CONF_EXTRA} make -O -j"${PARALLELISM}"