Skip to content

Commit

Permalink
Disable GCC fixincludes
Browse files Browse the repository at this point in the history
Not needed for running mlibc CI, and it might lead to us keeping
copies of headers with bugs in them around.
  • Loading branch information
qookei committed Sep 7, 2024
1 parent d245241 commit 74969ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-many-tools.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 74969ad

Please sign in to comment.