From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 742C63857C7F; Tue, 2 Aug 2022 23:05:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 742C63857C7F From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/43301] top-level configure script ignores ---with-build-time-tools Date: Tue, 02 Aug 2022 23:05:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 4.5.0 X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: egallager at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2022 23:05:52 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D43301 Iain Sandoe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iains at gcc dot gnu.org --- Comment #6 from Iain Sandoe --- JFTR, I had cause to use this today on powerpc-darwin9, and it seemed to DT= RT - so it would be useful to establish what it was that did not work before, th= at was fixed by the patch. /src-local/gcc-git-11/configure --prefix=3D/opt/iains/powerpc-apple-darwin9/gcc-11-3Dr2d --build=3Dpowerpc-apple-darwin9 --enable-languages=3Dall --with-tune-cpu=3D= G5 --enable-libphobos --with-libphobos-druntime-only CC=3Dpowerpc-apple-darwin= -gcc CXX=3Dpowerpc-apple-darwin-g++ --with-build-time-tools=3D/opt/iains/powerpc-apple-darwin9/gcc-11-3Dr2d/bin Without the "--with-build-time-tools=3D/opt/iains/powerpc-apple-darwin9/gcc-11-3Dr2d/bi= n" the system linker and assembler are found and used (which fails to work with D, causing a bootstrap fail) with the option, the relevant tools are found and bootstrap succeeded.... (so I am not sure what the original problem was since $build is not specified in the summary, I guess we must assume it was i686-pc-cygwin so perhaps the problem is specific to that setup?)=