From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) by sourceware.org (Postfix) with ESMTPS id D97DD388F412 for ; Tue, 5 May 2020 15:53:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D97DD388F412 Received: by mail-qt1-x82d.google.com with SMTP id w29so2364547qtv.3 for ; Tue, 05 May 2020 08:53:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=mjAxKvVOwHna6X7fsnrSPTu8Nq3RE1zImcFCbjae3Ko=; b=gMgtvmH2hfSbgwd6I2Hh3Rd/+n51cXpHPan8tHZ0uURcTB09Az2ggz+43eDdP5Ruqd Z+mh5IXgvg0sLugY0mo28I6fyr4xLYTfpCbTTPgfYhALg5UahW089m+KxNQH5h21UuUi kg03X8iqtQhZ5QTUwQCsIav8uWr9YtE1dqRkaueV3nlQYnSIk9OI1mIh6lXwb39Uy1uL INTBCh8TT/muV9Axcl0bJLgLzKdPdqwZ/PxGUxav0aM8n9VD6Qa9r8VwTQq4EvLkYo+K p4f40PV2GRAoz8jvv5H/Vk9+DJyzurxRnyy4ZHrjhJFVS1IWd+GWYJnAJrgykaPvs+gG dMQQ== X-Gm-Message-State: AGi0PuZCoS4Cj/0v1Ojmj7O1qDB5gFPk5B7LGSJZLg2stb1sYnDsQRok uOHIwFngUbKdmWBh9TODwu47+VQcnJR2CU2Pt0OW+hHw X-Google-Smtp-Source: APiQypKXcncwHwSkbC8K/r6pxCc0OzwM6nb7qSy+RnmRhrd9G5r8Ci2pirbSpXRgtZoJwleij9cpPLPjsXY9o1tGcfo= X-Received: by 2002:aed:2f44:: with SMTP id l62mr3388686qtd.390.1588694007152; Tue, 05 May 2020 08:53:27 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ad4:4974:0:0:0:0:0 with HTTP; Tue, 5 May 2020 08:53:26 -0700 (PDT) Received: by 2002:ad4:4974:0:0:0:0:0 with HTTP; Tue, 5 May 2020 08:53:26 -0700 (PDT) In-Reply-To: References: From: Kunal Chauhan Date: Tue, 5 May 2020 21:23:26 +0530 Message-ID: Subject: Help: concept of build root To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 15:53:29 -0000 Hi Team , Some times i found after compiling some code base it creates some build-root folder. 1.What is use of this structure. Any idea?