From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24BEA385B528; Wed, 29 Nov 2023 17:54:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24BEA385B528 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701280457; bh=9utBSINHBXZfjhUCSP4MMeyBAz/aUzoIip632NTHjGk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wBIiyRCJm/LzP0n80G3AYAkHJKd4kWn45sKiEXpdp8Z/rPJ8fBoaBcMAJCCb9F5WX n2HdayitcH2Sj6jjkpCOcRmPPZR7aM/YMeTsWoFHgTWUsUr1ChWzwEO87BRSOFWbYX zf7sy4ipsPS6/XAwKs4q9SL5uJBgIhr4DT5GjMvA= From: "pinskia at gcc dot gnu.org" 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 17:54:16 +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, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: bug_status everconfirmed cf_reconfirmed_on 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2023-11-29 --- Comment #2 from Andrew Pinski --- Confirmed. It looks like config.gcc is partly a mess when it comes to *-uclinux targets too. Is bfin*-uclinux* or bfin*-linux-uclibc* canonical form here? The later will work while the former is now broken ...=