From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1298) id 0E2273858D28; Tue, 14 Dec 2021 12:28:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E2273858D28 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Olivier Hainque To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5948] Drop the fpic multilib for powerpc*-vxworks* X-Act-Checkin: gcc X-Git-Author: Frederic Konrad X-Git-Refname: refs/heads/master X-Git-Oldrev: e163dbbc4433e598cad7e6011b255d1d6ad93a3b X-Git-Newrev: dff8ae8e839a5102aff266c8246864b610c066c9 Message-Id: <20211214122822.0E2273858D28@sourceware.org> Date: Tue, 14 Dec 2021 12:28:22 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2021 12:28:22 -0000 https://gcc.gnu.org/g:dff8ae8e839a5102aff266c8246864b610c066c9 commit r12-5948-gdff8ae8e839a5102aff266c8246864b610c066c9 Author: Frederic Konrad Date: Thu Nov 12 12:39:25 2020 +0100 Drop the fpic multilib for powerpc*-vxworks* The addition of fPIC for shared libraries is performed independently from multilibs and the fpic multilibs have no other particular purpose. They incur extra build time, complexify the install tree and are a bit tricky because -fpic is not supported for kernel mode. 2020-11-06 Fred Konrad gcc/ * config/rs6000/t-vxworks: Drop the fPIC multilib. Diff: --- gcc/config/rs6000/t-vxworks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/rs6000/t-vxworks b/gcc/config/rs6000/t-vxworks index 68b241523e3..6da829d40b7 100644 --- a/gcc/config/rs6000/t-vxworks +++ b/gcc/config/rs6000/t-vxworks @@ -19,7 +19,7 @@ # . # The base multilib is -mhard-float. -MULTILIB_OPTIONS = mrtp fPIC msoft-float +MULTILIB_OPTIONS = mrtp msoft-float MULTILIB_DIRNAMES = -MULTILIB_MATCHES = fPIC=fpic -MULTILIB_EXCEPTIONS = fPIC* +MULTILIB_MATCHES = +MULTILIB_EXCEPTIONS =