Module Name: src Committed By: mrg Date: Fri Feb 8 01:29:11 UTC 2019
Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: give netbsd/arm a v5 default again. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/external/gpl3/gcc/dist/gcc/config.gcc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/config.gcc diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.48 src/external/gpl3/gcc/dist/gcc/config.gcc:1.49 --- src/external/gpl3/gcc/dist/gcc/config.gcc:1.48 Thu Feb 7 10:45:48 2019 +++ src/external/gpl3/gcc/dist/gcc/config.gcc Fri Feb 8 01:29:11 2019 @@ -1146,6 +1146,7 @@ arm*-*-netbsdelf*) 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" ;;