From: Richard Sandiford Date: Wed, 29 Apr 2020 11:06:41 +0000 (+0100) Subject: doc: Add missing arm_arch_v8a_hard_ok anchor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=668d8f3c0c61905bc69a1c73f16fa4fa6273db2a;p=gcc.git doc: Add missing arm_arch_v8a_hard_ok anchor 2020-04-29 Richard Sandiford gcc/ * doc/sourcebuild.texi: Add missing arm_arch_v8a_hard_ok anchor. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2de5b3c81b4..2287ff97ea1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2020-04-29 Richard Sandiford + + * doc/sourcebuild.texi: Add missing arm_arch_v8a_hard_ok anchor. + 2020-04-29 Richard Sandiford * config/arm/arm-builtins.c (arm_atomic_assign_expand_fenv): Use 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.