diff options
Diffstat (limited to 'src/ci/docker/README.md')
| -rw-r--r-- | src/ci/docker/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index 64faaf4f19b..38629c4fae7 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -242,10 +242,14 @@ For targets: `i586-unknown-linux-gnu` - Operating System > Target OS = linux - Operating System > Linux kernel version = 3.2.101 - Binary utilities > Version of binutils = 2.32 +- Binary utilities > binutils extra config = --enable-compressed-debug-sections=none -- (\*) - C-library > glibc version = 2.17.0 - C compiler > gcc version = 8.3.0 - C compiler > C++ = ENABLE +(\*) Compressed debug is enabled by default for gas (assembly) on Linux/x86 targets, + but that makes our `compiler_builtins` incompatible with binutils < 2.32. + ### `powerpc-linux-gnu.config` For targets: `powerpc-unknown-linux-gnu` |
