From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41F4138582AE; Wed, 29 Nov 2023 19:00:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41F4138582AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701284447; bh=qRqSOw2PSjuT5XB5UAvLQaMlrkWoD7uZrvs7N950VdY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BOA84cc5qbmdm0uHl26G1lJH3p3wh87EfDKMiRRxSXtNfFmWr4VQFBKkrICtqDxj+ rgmuPJVnBfrqzh4dv4Lii45+dbZW01Cr568Z4H/eNjYjDPaG1tzhMo1H3jz2g57sJ5 R91N014DNIYKcyL4QAogc6YrZ8dVVL4qsbXCxmO8= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112762] [14 Regression] Cannot build crosscompilers for some uclinux targets since r14-5791-g24592abd68e6ef Date: Wed, 29 Nov 2023 19:00:47 +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: joseph at codesourcery dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112762 --- Comment #5 from joseph at codesourcery dot com --- The *-uclinux* targets are generally for systems without an MMU and a=20 corresponding ABI (FLAT, FDPIC, etc.), whereas *-linux-uclibc* targets are= =20 for systems with an MMU and an associated conventional ELF ABI.=