t-v850 (MULTILIB_OPTIONS): Remove 8byte-align.
* config/v850/t-v850 (MULTILIB_OPTIONS): Remove 8byte-align. (MULTILIB_DIRNAMES): Similarly. From-SVN: r262185
This commit is contained in:
parent
cd7ec27c3f
commit
979bcc9993
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-06-27 Jeff Law <law@redhat.com>
|
||||
|
||||
* config/v850/t-v850 (MULTILIB_OPTIONS): Remove 8byte-align.
|
||||
(MULTILIB_DIRNAMES): Similarly.
|
||||
|
||||
2018-06-27 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gimple.h (gimple_return_retbnd): Delete.
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Create target-specific versions of the libraries
|
||||
MULTILIB_OPTIONS = m8byte-align mgcc-abi msoft-float
|
||||
MULTILIB_DIRNAMES = 8byte gcc-abi soft-float
|
||||
MULTILIB_OPTIONS = mgcc-abi msoft-float
|
||||
MULTILIB_DIRNAMES = gcc-abi soft-float
|
||||
|
||||
MULTILIB_OPTIONS += mv850e3v5
|
||||
MULTILIB_DIRNAMES += v850e3v5
|
||||
|
|
Loading…
Add table
Reference in a new issue