diff options
author | Krister Walfridsson <krister.walfridsson@gmail.com> | 2016-12-10 21:07:10 +0000 |
---|---|---|
committer | Krister Walfridsson <kristerw@gcc.gnu.org> | 2016-12-10 21:07:10 +0000 |
commit | 8a45a00eee9802d81140870c84675d1e47f1f498 (patch) | |
tree | 662bd4340dc077322c0a7f05231c95d7dbabd299 /gcc/config.gcc | |
parent | d6574dd103ac7f306c24d2b0e40a2319e1c1e7ac (diff) | |
download | gcc-8a45a00eee9802d81140870c84675d1e47f1f498.zip gcc-8a45a00eee9802d81140870c84675d1e47f1f498.tar.gz gcc-8a45a00eee9802d81140870c84675d1e47f1f498.tar.bz2 |
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d11e579..7afbc54 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |