From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2ADA63858282; Mon, 22 Jan 2024 12:53:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ADA63858282 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705928019; bh=gLDAciCqf8toygZvfLrzepcqUMou2upKut34qDXZJEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v5SHvedR7fcegQSWOIT4jUBE5H18Qed6F/l4+5Qucp/VSQfea2iD/0rw87Q8DSKCF FCAlYITruSntaQdwB/KI+GEB6JZK63pFCQ7oOLchZ+tEJGTwY4BovdiRDmwYps+Vki L999ZwNbCYo1HeNE62tM1AHLhpxBs3eBJLzWjyxs= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113507] can't build a cross compiler to rs6000-ibm-aix7.2 Date: Mon, 22 Jan 2024 12:53:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113507 --- Comment #3 from H.J. Lu --- (In reply to Kewen Lin from comment #2) > Guessing /usr/local/bin/ld is a gnu ld? Based on what I heard before, gnu= ld > has some problems on aix, people pass object files to aix system and use = aix > ld there. Not sure if the understanding still holds. I am building a cross compiler. No AIX tools are involved.=