From: Cooper Qu Date: Wed, 29 Jul 2020 11:33:09 +0000 (+0800) Subject: C-SKY: Delete big endian CPUs' mutilib for linux gcc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c713ad3feae737b43083fe4b3bc076575b7f9257;p=gcc.git C-SKY: Delete big endian CPUs' mutilib for linux gcc. gcc/ * config/csky/t-csky-linux: Delete big endian CPUs' multilib. --- diff --git a/gcc/config/csky/t-csky-linux b/gcc/config/csky/t-csky-linux index 16656c3fbf1..df471ed814e 100644 --- a/gcc/config/csky/t-csky-linux +++ b/gcc/config/csky/t-csky-linux @@ -20,14 +20,8 @@ # . -# Endiannesses. -MULTILIB_OPTIONS = mlittle-endian/mbig-endian -MULTILIB_DIRNAMES = little big -MULTILIB_MATCHES = mlittle-endian=EL -MULTILIB_MATCHES = mbig-endian=EB - MULTILIB_EXCEPTIONS = -CSKY_MULTILIB_OSDIRNAMES = mbig-endian=/big mlittle-endian=/. mhard-float=/hard-fp msoft-float=/. mcpu.ck810f=/. mcpu.ck807f=/ck807 +CSKY_MULTILIB_OSDIRNAMES = mhard-float=/hard-fp msoft-float=/. mcpu.ck810f=/. mcpu.ck807f=/ck807 # Arch variants. MULTILIB_OPTIONS += mcpu=ck810f/mcpu=ck807f