File tree 1 file changed +0
-9
lines changed
src/ci/docker/host-x86_64/dist-x86_64-linux
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,7 @@ cd clang-build
18
18
# For whatever reason the default set of include paths for clang is different
19
19
# than that of gcc. As a result we need to manually include our sysroot's
20
20
# 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
29
21
INC=" /rustroot/include"
30
- INC=" $INC :/rustroot/lib/gcc/x86_64-unknown-linux-gnu/5.5.0/include-fixed"
31
22
INC=" $INC :/usr/include"
32
23
33
24
hide_output \
You can’t perform that action at this time.
0 commit comments