Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc give netbsd/arm a v5 default again.



details:   https://anonhg.NetBSD.org/src/rev/4ebedba3ba2a
branches:  trunk
changeset: 839143:4ebedba3ba2a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 08 01:29:11 2019 +0000

description:
give netbsd/arm a v5 default again.

diffstat:

 external/gpl3/gcc/dist/gcc/config.gcc |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e4d041d0d8cd -r 4ebedba3ba2a external/gpl3/gcc/dist/gcc/config.gcc
--- a/external/gpl3/gcc/dist/gcc/config.gcc     Fri Feb 08 00:50:45 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.gcc     Fri Feb 08 01:29:11 2019 +0000
@@ -1146,6 +1146,7 @@
        armv4*) with_cpu=${with_cpu:-strongarm};;
        armv6*) with_cpu=${with_cpu:-arm1176jzf-s};;
        armv7*) with_cpu=${with_cpu:-cortex-a8};;
+       arm*) with_cpu=${with_cpu:-arm9e};;
        esac
        target_cpu_cname="$with_cpu"
        ;;



Home | Main Index | Thread Index | Old Index