From patchwork Wed Jan 29 09:00:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1230754 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-518466-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.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=v2xCqn11; 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 486yCY2qF7z9sRR for ; Wed, 29 Jan 2020 20:01:43 +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 :from:to:subject:mime-version:content-type:message-id; q=dns; s= default; b=judM5XV07i+t4eXa044ZOoHju0kpGTmuCJKZMmgFsg+vl9FiNWAqx XgwtL+ZvoSbIyudEyiEWm/jl0q8v49c6nnLRqBCPdQRxIiMlljhJDMPqNKvKTaxR Y8apBRq8N3ji4+fPqfEqmlAHq6V0/zUc4IBmGB/+Cp+f6zCRVzB+Vs= 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 :from:to:subject:mime-version:content-type:message-id; s= default; bh=+CTN4kA3zuswcZCFVTfVlgtA3Pk=; b=v2xCqn11No4fCb+3v6sE HWSDZz3HZrtxqe2m4kl9YdNnhlOqBAPEieF1QvTQ8KQNyeEyi8Bc+ZQnzsiRqNyR BdjtLwpvyNoqE5gw0OUp8ZuuHzrY5PfBmw+2wiUMMr/Qt5DTBh+d+Mj/JHAtP1oX ldBJ3ogJggfxwgtV2Rgs9eE= Received: (qmail 23552 invoked by alias); 29 Jan 2020 09:01:34 -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 23321 invoked by uid 89); 29 Jan 2020 09:01:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jan 2020 09:01:06 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id DDD5933E6F; Wed, 29 Jan 2020 04:00:50 -0500 (EST) Received: from anthias (simmu2-75-228.utaonline.at [62.218.75.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 43F4533E6D; Wed, 29 Jan 2020 04:00:50 -0500 (EST) Date: Wed, 29 Jan 2020 10:00:48 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Hans-Peter Nilsson Subject: [wwwdocs] Convert simulator HOWTO to git checkout instructions. MIME-Version: 1.0 Message-Id: <20200129090050.DDD5933E6F@hamza.pair.com> X-IsSubscribed: yes Pushed, though it would be really good for someone familiar with this area to go through the whole document, too, for any updates. Hans-Peter, any chance? Gerald --- htdocs/simtest-howto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/simtest-howto.html b/htdocs/simtest-howto.html index 714949d0..4bfd8b30 100644 --- a/htdocs/simtest-howto.html +++ b/htdocs/simtest-howto.html @@ -49,7 +49,7 @@
 cd ${TOP}
-svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
+git clone git://gcc.gnu.org/git/gcc.git gcc
 # This makes sure that file timestamps are in order initially.
 cd ${TOP}/gcc
 contrib/gcc_update --touch