On 20/06/17 22:29, Andreas Tobler wrote:
> Hi All,
> 
> I committed the chunk below to fix bootstrap on armv6*-*-freebsd.
> 
> Andreas
> 
> 2017-06-20  Andreas Tobler  <andre...@gcc.gnu.org>
> 
>     * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
>     arm1176jzf-s.
> 
> Index: config.gcc
> ===================================================================
> --- config.gcc    (revision 249427)
> +++ config.gcc    (working copy)
> @@ -1089,7 +1089,7 @@
>      tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
>      case $target in
>      armv6*-*-freebsd*)
> -        target_cpu_cname="arm1176jzfs"
> +        target_cpu_cname="arm1176jzf-s"
>          tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1"
>              if test $fbsd_major -ge 11; then
>                 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"

Ooops, sorry about that.  At one point these were internal identifiers
and I'm afraid I must have missed this particular port when I converted
the code to using the user-visible product names.

R.

Reply via email to