aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorFrederic Konrad <konrad@adacore.com>2020-11-12 12:39:25 +0100
committerOlivier Hainque <hainque@adacore.com>2021-12-14 12:28:07 +0000
commitdff8ae8e839a5102aff266c8246864b610c066c9 (patch)
treeb7d03105ddb1d279d85d29bc9e6d69ec1131ee39 /gcc
parente163dbbc4433e598cad7e6011b255d1d6ad93a3b (diff)
downloadgcc-dff8ae8e839a5102aff266c8246864b610c066c9.zip
gcc-dff8ae8e839a5102aff266c8246864b610c066c9.tar.gz
gcc-dff8ae8e839a5102aff266c8246864b610c066c9.tar.bz2
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 <konrad@adacore.com> gcc/ * config/rs6000/t-vxworks: Drop the fPIC multilib.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/t-vxworks6
1 files changed, 3 insertions, 3 deletions
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 @@
# <http://www.gnu.org/licenses/>.
# 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 =