From patchwork Wed Jan 22 06:09:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 1226992 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-517971-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axis.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=c4527qzI; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 482Zk81cdwz9sRR for ; Wed, 22 Jan 2020 17:09:36 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=mBLGMv2B9JMcUENW UnMk8fqE7LsaUXzXW2hyMFz1M6MVjsV6MN9A0wrj202RqzX5Bv6PZ3YgOUQUle86 TQ7rtznbzwpWZbf7PeAPj2sueLCAi7qEUOgRjNI3XFIG1pLsGFpJpCeDIV+qY7K4 Vxz02Fsa7lJ6IzLbA0b/xiSidps= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=HeRFesqsO6dg+bSps9xHI1 UyBfI=; b=c4527qzIM5EJ5p7Bp2Hz8UheqR2gVuu6QU/HEsBEUmjyS+PpxIXyC1 /7Q51b22xjdbpHhIFCdY560nbemPRlHNMPkc/7HM4INSBc8bAhoHFMz/erg05jBI uYTOz/LzGdVH2teXxPIXWsgy3nS7pZ5PNAfqC6cxgtDdI2kBYfO1o= Received: (qmail 68639 invoked by alias); 22 Jan 2020 06:09:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 68629 invoked by uid 89); 22 Jan 2020 06:09:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: smtp1.axis.com Received: from smtp1.axis.com (HELO smtp1.axis.com) (195.60.68.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 06:09:27 +0000 IronPort-SDR: KYottIw3U1p3xayrgyDO4lp2L5DkD4rE2dJiYLW/Z+vlky1M2dVs2rH37umvndquxeZrJ/TutO 3F8a3fKE3sv/gRORp38jPXW8hpUgKMLUKUR1RM/cmv8ZKl3Vfk43A6c6ouZ6nudCTjBcXZt0yI Zbts18G68qiLcu1iS+V1fyjPaaE0B6tg1zdV1HHqHzhPAVv3Qk4toOfCqx80wh3iGghsVLH5Yg IejE22lBRi47XWfyv/JU3xMjM9++JN0hXI1MT98OjFkJn8BNi3xIcc+56vDmXg8lEBMsvSvK6M EzA= Date: Wed, 22 Jan 2020 07:09:24 +0100 Message-ID: <202001220609.00M69OYu018107@ignucius.se.axis.com> From: Hans-Peter Nilsson To: Subject: [cris-decc0 6/9] config/cris/t-elfmulti: Remove crisv32 multilib. MIME-Version: 1.0 X-IsSubscribed: yes gcc: * config/cris/t-elfmulti: Remove crisv32 multilib. Part of the removal of crisv32-* and cris-*-linux* (cris-elf remains). --- gcc/config/cris/t-elfmulti | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gcc/config/cris/t-elfmulti b/gcc/config/cris/t-elfmulti index 3c749c46377..84eb7a70825 100644 --- a/gcc/config/cris/t-elfmulti +++ b/gcc/config/cris/t-elfmulti @@ -16,8 +16,8 @@ # along with GCC; see the file COPYING3. If not see # . -MULTILIB_OPTIONS = march=v8/march=v10/march=v32 -MULTILIB_DIRNAMES = v8 v10 v32 +MULTILIB_OPTIONS = march=v8/march=v10 +MULTILIB_DIRNAMES = v8 v10 MULTILIB_MATCHES = \ march?v8=mcpu?v8 \ march?v10=mcpu?etrax100lx \ @@ -26,6 +26,5 @@ MULTILIB_MATCHES = \ march?v10=march?ng \ march?v10=march?v11 \ march?v10=mcpu?v11 \ - march?v10=mcpu?v10 \ - march?v32=mcpu?v32 + march?v10=mcpu?v10 MULTILIB_EXTRA_OPTS = mbest-lib-options