From: Frederic Konrad Date: Thu, 12 Nov 2020 11:39:25 +0000 (+0100) Subject: Drop the fpic multilib for powerpc*-vxworks* X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff8ae8e839a5102aff266c8246864b610c066c9;p=test_jj.git 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 --git a/gcc/config/rs6000/t-vxworks b/gcc/config/rs6000/t-vxworks index 68b2415..6da829d 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 =