config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to arm1176jzf-s.
authorAndreas Tobler <andreast@gcc.gnu.org>
Tue, 20 Jun 2017 21:28:15 +0000 (23:28 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Tue, 20 Jun 2017 21:28:15 +0000 (23:28 +0200)
2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>

    * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
    arm1176jzf-s.

From-SVN: r249428

gcc/ChangeLog
gcc/config.gcc

index 200dbe4..b45ec89 100644 (file)
@@ -1,3 +1,8 @@
+2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
+       arm1176jzf-s.
+
 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
 
        * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
index 0518cb7..430779e 100644 (file)
@@ -1089,7 +1089,7 @@ arm*-*-freebsd*)                # ARM FreeBSD EABI
        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"