From 979bcc9993e5ca82d453d74fa2f6269dc29d321f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 27 Jun 2018 08:27:44 -0600 Subject: t-v850 (MULTILIB_OPTIONS): Remove 8byte-align. * config/v850/t-v850 (MULTILIB_OPTIONS): Remove 8byte-align. (MULTILIB_DIRNAMES): Similarly. From-SVN: r262185 --- gcc/config/v850/t-v850 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config') diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850 index a7af1be..984993a 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -17,8 +17,8 @@ # . # 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 -- cgit v1.1