Rustc - note that three more tests fail with glibc-2.27. Possibly this will be fixed in rustc-1.25.0, https://github.com/rust-lang/rust/issues/47863.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19880 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2018-02-26 09:09:38 +00:00
parent 3b9d6d2775
commit 67687b75c3

View File

@ -179,7 +179,10 @@ EOF</userinput></screen>
compile for the thumbv6m-none-eabi target, but the BLFS build does not cater for
that, and all 105 tests in debuginfo-gdb will fail if
<application>gdb</application> has not been installed. Several other tests in
run-make can also fail.
run-make can also fail. With <application>glibc-2.27</application> the stack
guard page has been moved to just beyond the stack, instead of within it. That
causes three run-pass tests (out-of-stack.rs, stack-probes-lto.rs,
stack-probes.rs) to fail.
</para>
<para>