source: rtems-source-builder/rtems/config/5/rtems-i386.bset @ ebc3abe

5
Last change on this file since ebc3abe was ebc3abe, checked in by Michael Davidsaver <mdavidsaver@…>, on 09/19/20 at 14:49:25

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.

Closes #2830.

  • Property mode set to 100644
File size: 293 bytes
Line 
1%define release 1
2%define rtems_arch i386
3%define with_libgomp
4
5%patch add gcc https://devel.rtems.org/raw-attachment/ticket/2830/gcc-7.5.0-i386march-1.diff
6%hash sha256 gcc-7.5.0-i386march-1.diff e6664ff45e8ae8bfcf292bed1bbace1d5be6f1c3bd625cdb141bbe24c986f5d7
7
8%include 5/rtems-default.bset
Note: See TracBrowser for help on using the repository browser.