From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 744693858C56; Mon, 22 Jan 2024 03:29:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 744693858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705894159; bh=ZyASyIP5KnOS3gOOhkcXoid27Kbb9ist2Ggbq+yI2+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IrJMs7HFKq60CoT7rDNgCmYvilEhBRmvRBzksOgpFAp/1suNjC+0C4nxHrtFpiUkq 22k3OEprk3X0uGwj80eZ47WMsIECrfc2/C67YRAd/CjXW/7lX0klh0P7PowPIGWH4R yzi60keBhlLQMfX6P7g4lwpeRogWy6pwLOdxa+I8= From: "linkw at gcc dot gnu.org" 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 03:29:18 +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: linkw at gcc dot gnu.org 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: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113507 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org, | |dje at gcc dot gnu.org, | |linkw at gcc dot gnu.org --- Comment #2 from Kewen Lin --- 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 ai= x ld there. Not sure if the understanding still holds.=