diff mbox series

[committed] doc: Add missing arm_arch_v8a_hard_ok anchor

Message ID mpta72uv9a8.fsf@arm.com
State New
Headers show
Series [committed] doc: Add missing arm_arch_v8a_hard_ok anchor | expand

Commit Message

Richard Sandiford April 29, 2020, 11:08 a.m. UTC
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.sandiford@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 mbox series

Patch

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.