From patchwork Tue Dec 1 07:42:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kito Cheng X-Patchwork-Id: 1408648 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=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=sifive.com header.i=@sifive.com header.a=rsa-sha256 header.s=google header.b=KtVypFFl; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4ClYwn2VvCz9sW8 for ; Tue, 1 Dec 2020 18:42:47 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AAFBA393D01B; Tue, 1 Dec 2020 07:42:44 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-pg1-x52c.google.com (mail-pg1-x52c.google.com [IPv6:2607:f8b0:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id 83CF93857000 for ; Tue, 1 Dec 2020 07:42:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 83CF93857000 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kito.cheng@sifive.com Received: by mail-pg1-x52c.google.com with SMTP id m9so709727pgb.4 for ; Mon, 30 Nov 2020 23:42:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zwyaF90RaHNEyUEWR3qebsXM838U/qAAFZ90QGtJpFk=; b=KtVypFFl9qHBrhC8wSEqaRuomUc23dETeYpZuMqjlFqdylUfhy1z0jsCqQLTrgq7mz jxu6tR4KmAHtPAIvkjs/BnvwaD47vPtaJdEArDmssmZ15fKm5ts2nx2fFr6dFdQzZJGs Ogl2ZvSb8hcRthYbbAvMgr7EluRvhcWSToVdb83dDaglV5HHK7r4KO//9yRgUNl9yENj HQWkzjWjMtYUdEnwUKBJShUnbjLTV7MFnnfzPx89pY5xVGn/ivbB1+DNO6L0YaMlwTKI dSqpT5n53dwJKeHZBW7CDKrs9cx3/0qX6Z1aW+/yvvpYYpZ/rnrn9hZ36UM29NgLRf/M wdBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zwyaF90RaHNEyUEWR3qebsXM838U/qAAFZ90QGtJpFk=; b=YdXJFK3LZthqaofuTBSnuiIn5q9WS1s0EDL9Qfjr6RNKBAQmy3R4R4oDnSNOKBKWS7 BoI++D9E/2onYUnbKYTev+jMQ/TyfjIZYwLivrL6xLXAidtLpFCcY8wzUcpj0nKrabPm 6UiJ4YYK3qoJjtgN118oL2x+CN3MzAgH28u9ST9SEE9ckBGION6VycJjueYhmuuSIfWR E7HOW+QcK6wD97RKJHvk9lfyXUCg6U2uCVzHUKaT4ZzVZMyXmwlZ4TF2VY8yS/RodCFN xDstF5xjop5tKAdSl4lJJL/ND+i7ktlIPsSDbiayjBFSNuWmFQWKl5Nh+vfd2sSXMorq N3rg== X-Gm-Message-State: AOAM533a8bH7rqT+4YQBAO1a+uwcOWvWj2tNooKTPduGtMtcnRwuA+ik 66VvV4I2LzByUCou/dIuRF+Igi1YAmIM5vNn X-Google-Smtp-Source: ABdhPJzqeK8Ej3qbUk9bGjcqJvfwHtbwsJgOmCkoRfhyK4cCzn8ybUTiacNI7dTRIA77y4Kc30mL7Q== X-Received: by 2002:a63:d5b:: with SMTP id 27mr1198455pgn.185.1606808561216; Mon, 30 Nov 2020 23:42:41 -0800 (PST) Received: from hsinchu02.internal.sifive.com (114-34-229-221.HINET-IP.hinet.net. [114.34.229.221]) by smtp.gmail.com with ESMTPSA id 5sm1242603pgm.57.2020.11.30.23.42.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 23:42:40 -0800 (PST) From: Kito Cheng To: gcc-patches@gcc.gnu.org, kito.cheng@gmail.com, jimw@sifive.com Subject: [committed] RISC-V: Drop some commited accidentally code. Date: Tue, 1 Dec 2020 15:42:36 +0800 Message-Id: <20201201074236.38702-1-kito.cheng@sifive.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-Spam-Status: No, score=-13.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kito Cheng Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" gcc/ChangeLog: * config.gcc (riscv*-*-*): Drop some commited accidentally code. --- gcc/config.gcc | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index c348596b1ac..4808b698f3a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -4615,7 +4615,6 @@ case "${target}" in exit 1 ;; esac - with_arch=`${srcdir}/config/riscv/arch-canonicalize ${with_arch}` tm_defines="${tm_defines} TARGET_RISCV_DEFAULT_ARCH=${with_arch}" # Make sure --with-abi is valid. If it was not specified,