config.gcc (i386-*-netbsd*): Make i486 the default arch on NetBSD.

2016-12-10  Krister Walfridsson  <krister.walfridsson@gmail.com>

	* config.gcc (i386-*-netbsd*): Make i486 the default arch on NetBSD.
	Generally use cpu generic.

From-SVN: r243519
This commit is contained in:
Krister Walfridsson 2016-12-10 21:07:10 +00:00 committed by Krister Walfridsson
parent d6574dd103
commit 8a45a00eee
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-12-10 Krister Walfridsson <krister.walfridsson@gmail.com>
* config.gcc (i386-*-netbsd*): Make i486 the default arch on NetBSD.
Generally use cpu generic.
2016-12-10 Jakub Jelinek <jakub@redhat.com>
Marc Glisse <marc.glisse@inria.fr>

View File

@ -3061,6 +3061,12 @@ case ${target} in
arch_without_sse2=yes
arch_without_64bit=yes
;;
i386-*-netbsd*)
arch=i486
cpu=generic
arch_without_sse2=yes
arch_without_64bit=yes
;;
i386-*-*)
arch=i386
cpu=i386