File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/ci/docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,7 @@ cd clang-build
1818# For whatever reason the default set of include paths for clang is different
1919# than that of gcc. As a result we need to manually include our sysroot's
2020# include path, /rustroot/include, to clang's default include path.
21- #
22- # Alsow there's this weird oddity with gcc where there's an 'include-fixed'
23- # directory that it generates. It turns out [1] that Centos 5's headers are so
24- # old that they're incompatible with modern C semantics. While gcc automatically
25- # fixes that clang doesn't account for this. Tell clang to manually include the
26- # fixed headers so we can successfully compile code later on.
27- #
28- # [1]: https://sourceware.org/ml/crossgcc/2008-11/msg00028.html
2921INC=" /rustroot/include"
30- INC=" $INC :/rustroot/lib/gcc/x86_64-unknown-linux-gnu/5.5.0/include-fixed"
3122INC=" $INC :/usr/include"
3223
3324hide_output \
You can’t perform that action at this time.
0 commit comments