give netbsd/arm a v5 default again.

This commit is contained in:
mrg 2019-02-08 01:29:11 +00:00
parent 7196b89bd5
commit bd3caebfe8
1 changed files with 1 additions and 0 deletions

View File

@ -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"
;;