Commit 8a45a00e by Krister Walfridsson Committed by Krister Walfridsson

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
parent d6574dd1
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>
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment