Fix a missing anchor in my earlier arm patch. Sorry for the breakage. Clearly I didn't test the doc part properly in the rush to get this out. (The code itself was fully tested as committed, honest.)
Richard 2020-04-29 Richard Sandiford <richard.sandif...@arm.com> gcc/ * doc/sourcebuild.texi: Add missing arm_arch_v8a_hard_ok anchor. --- gcc/doc/sourcebuild.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index d8da77d5ba4..66f3576cb11 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1830,6 +1830,7 @@ ARM target supports @code{-mfpu=vfp3 -mfloat-abi=softfp}. Some multilibs may be incompatible with these options. @item arm_arch_v8a_hard_ok +@anchor{arm_arch_v8a_hard_ok} The compiler is targeting @code{arm*-*-*} and can compile and assemble code using the options @code{-march=armv8-a -mfpu=neon-fp-armv8 -mfloat-abi=hard}. This is not enough to guarantee that linking works.