From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2b.google.com (mail-io1-xd2b.google.com [IPv6:2607:f8b0:4864:20::d2b]) by sourceware.org (Postfix) with ESMTPS id 42959388F410 for ; Tue, 5 May 2020 16:18:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 42959388F410 Received: by mail-io1-xd2b.google.com with SMTP id k6so2159291iob.3 for ; Tue, 05 May 2020 09:18:06 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3crldHNgZTCZeIG4+Is+kIHLP1AOz1UPgtnnWYkZwjM=; b=okkhIK3Ho4UKMAof+CWrii2Bo7Ir3kBXcUyCSmKtAGHU5Y8+RLR4GUAc5UPcPqNbnv 05ta51qqBbZqPHjH1Wulg+mP6xOMDIgGF9/2mSvKseg6+s7YX+CTH9JJidJxEHG9Xbwe VJAWIABba0UOiYQyEN2DEUV8mIx1n9KJj/Rqlt6XZhuAd4qLQEPp6SN77aOYzYjpgHZs J85bIScoDh7wkmH6t2CMByJpfAI7izmlrKjuKCT77bCxXQzyO3m3IXlmN28pB8qip5VD cw2K/z0wa8NRRW9/JxQs1E1t+wzUikJgdddaTbpsK/ielfzNgJvPfgfV/4moGnvapisO g00g== X-Gm-Message-State: AGi0PubzOYm1W5xcfV3s4Ywz5soIQZ0GnxAmJ5idoqxBjyTfNPCbHnz9 pqaTR/TEOb0zkAad/AAXO8n2pyJUGmbqkfizcKI= X-Google-Smtp-Source: APiQypKwu1WNc9piGWqfkxocqBLg4/KKpjckFKb8YfO6SiFcMN6f5g4sI++WN7wIQoP7idDcXgngJiucnvnqZzpXzwQ= X-Received: by 2002:a02:5249:: with SMTP id d70mr4264507jab.121.1588695485820; Tue, 05 May 2020 09:18:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 5 May 2020 17:17:54 +0100 Message-ID: Subject: Re: Help: concept of build root To: Kunal Chauhan Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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-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 16:18:09 -0000 On Tue, 5 May 2020 at 17:16, Kunal Chauhan via Gcc-help wrote: > > 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? GCC doesn't create that and it has nothing to do with GCC.