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:
parent
d6574dd103
commit
8a45a00eee
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user