Changeset 1ea1c9c in rtems-source-builder

Timestamp:
09/19/20 14:49:25 (4 years ago)
Author:
Michael Davidsaver <mdavidsaver@…>
Branches:
master
Children:
ed5030b
Parents:
7595c3a
git-author:
Michael Davidsaver <mdavidsaver@…> (09/19/20 14:49:25)
git-committer:
Joel Sherrill <joel@…> (09/21/20 21:14:23)
Message:

patch gcc i386 multiarch

Add patch to 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.

This is the same fix as #2830 but applying to gcc 10.

Updates #4084.

(No files)

Note: See TracChangeset for help on using the changeset viewer.