From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5BCBF3858C53; Fri, 25 Aug 2023 13:18:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BCBF3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692969486; bh=SEa8ya6oplLQ8jdo/hrR0sms24e+1AxMT8cJHFL15Zw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BZcyM6SuGEZb/NhiG5mOxh2byQsU8G2IlCimHI6n81Yvd3q4O0vBhd2TpFsygjoWH JYNixf8GaWzi4pWmo+FGQodWSVb4zZKFYZ4nrMZ4kkPuOU/21IzmQXiKXaMzUEGNGE DLktmAUO0ovYW85+aMi1bMmSA/8ioFsqIP8PWKCE= From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/102665] ELF-specific configure flags should be rejected on non-ELF platforms Date: Fri, 25 Aug 2023 13:18:05 +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: 12.0 X-Bugzilla-Keywords: build, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager 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: 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=3D102665 --- Comment #6 from Eric Gallager --- WIP: I stubbed in a start on this in my autotools-tinkering branch a bit: https://github.com/gcc-mirror/gcc/commit/c2caa289485edb40eddcd240a7fc655cfd= 7c38ba (it's got some unrelated parts in it that I'll need to strip out again when cherry-picking it over to my branch for this PR, though...)=