From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76395 invoked by alias); 28 Feb 2017 17:41:59 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 76303 invoked by uid 89); 28 Feb 2017 17:41:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=libc.a, libca, UD:libc.a, H*r:sk:crossgc X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Feb 2017 17:41:57 +0000 Received: by mail-qk0-f177.google.com with SMTP id n186so28953972qkb.3 for ; Tue, 28 Feb 2017 09:41:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=31emKMvV+5R3lp3zema4fbYLQLw6by6z5rcS+9yvO3k=; b=U6+hCh1yQ2RYFwMi93nEqH+mt6tUBh2rQb4f72nkJ77X7s0IB4cCDkPCgZfvUobFHT 1EONRrGVKHSsWC8lWnCZWulHNItpQCFcAOErBzy5sdvHgx1IBek2Upr/FLiuGBpyssbc fk8D7qWGjN3n71IeFCGi4G5yeTEGstEg6cr2w59M4zY6gTdBO6QLgig77tGitXJr/Ugj qzTm5/V4LGokq+Bbevb5rVRn9BV5YYML9Gl/2QwWVdFEAvvEaJKk9SIy3kuyn02mGdOs tpoOEQ4FSyuprYMAveGqVZkxcvPkzD8Qz1bMPvCknDdyhg/AElaOgM0FBe4TdexjXaqp M1oA== X-Gm-Message-State: AMke39nrDb5QDonCkNmTJLzIvGClu2ezhVeFanCogWJHrA3MQ8U4Qx3aU7mGZvLeAYk8mRaQrKiRj0bq9FFgFA== X-Received: by 10.55.8.131 with SMTP id 125mr4342437qki.302.1488303716037; Tue, 28 Feb 2017 09:41:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.55.201.207 with HTTP; Tue, 28 Feb 2017 09:41:35 -0800 (PST) From: rdbirt Date: Tue, 28 Feb 2017 17:41:00 -0000 Message-ID: Subject: Relocating a toolchain built with crosstool-ng To: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-02/txt/msg00043.txt.bz2 Hi, Previously I have been able to move toolchains built with crosstool-ng to a different directory and run the various programs from the new location. Now Buildroot complains that it cannot find sysroot when using a toolchain I have relocated. The path returned from '-gcc --print-file-name=libc.a' is the original directory where the toolchain was built, not the directory where the toolchain currently resides. Is this a change in crosstool-ng or a change in gcc? The last test I did was with crosstool-ng 1ec5e7aa3400b5. Regards, Ralph