config/i386/t-rtems: Change from mtune to march for multilibs
authorMichael Davidsaver <mdavidsaver@gmail.com>
Thu, 1 Oct 2020 15:16:08 +0000 (10:16 -0500)
committerJoel Sherrill <joel@rtems.org>
Thu, 1 Oct 2020 15:18:32 +0000 (10:18 -0500)
commit63a32847b0e8d14ae1eafe047ea43441f6e3a11c
tree477fe346e7a3e76d03be066f7864bcf838226d97
parentf5299992827048274f2146746ab4abab3accd124
config/i386/t-rtems: Change from mtune to march for multilibs

* config/i386/t-rtems: Change from mtune to march when building
multilibs.  The mtune argument tunes or optimizes for a specific
CPU model but does not ensure the generated code is appropriate
for the CPU model. Prior to this patch, i386 compatible code
was always generated but tuned for later models.
gcc/config/i386/t-rtems